Confirmed users
764
edits
m (→Use Cases) |
m (→Use Cases) |
||
Line 25: | Line 25: | ||
** A search extension adds a "Search" item when the context menu is invoked while a selection exists. | ** A search extension adds a "Search" item when the context menu is invoked while a selection exists. | ||
** An extension adds an "Open Text Link" item when the selection contains a URL outside of an anchor. | ** An extension adds an "Open Text Link" item when the selection contains a URL outside of an anchor. | ||
** A DOM inspection extension adds an "Inspect This Node" when the context menu is invoked anywhere in the page. | ** A DOM inspection extension adds an "Inspect This Node" item when the context menu is invoked anywhere in the page. | ||
* Adding an item that acts on the entire page. Examples: | * Adding an item that acts on the entire page. Examples: | ||
** An extension that makes it easy to edit page source adds an "Edit Page Source" item when the context menu is invoked anywhere on the page. | ** An extension that makes it easy to edit page source adds an "Edit Page Source" item when the context menu is invoked anywhere on the page. |