Confirmed users
764
edits
m (→Example Usage) |
|||
Line 33: | Line 33: | ||
** A tab-related extension wants to add an item that provides access to all the user's tabs. | ** A tab-related extension wants to add an item that provides access to all the user's tabs. | ||
** An extension wants to add an item when it's three o'clock. | ** An extension wants to add an item when it's three o'clock. | ||
* Adding multiple items to the top-level context menu. (Although the API makes it possible, it doesn't necessarily make it simple.) | |||
* Radio and checkbox items. | |||
* The ability to modify the menu just before it's shown, and the ability to modify individual items already created by the extension. (The API makes these possible as a side effect, but it's not straightforward.) | |||
* The ability to modify existing items other than to replace them with new items. | |||
=== Dependencies & Requirements === | === Dependencies & Requirements === |