OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p> | 2 <p> |
3 The context menus module allows you | 3 The context menus module allows you |
4 to add items to Google Chrome's context menu. | 4 to add items to Google Chrome's context menu. |
5 </p> | 5 </p> |
6 <p> | 6 <p> |
7 You can choose what types of objects | 7 You can choose what types of objects |
8 your context menu additions apply to, | 8 your context menu additions apply to, |
9 such as images, hyperlinks, and pages. | 9 such as images, hyperlinks, and pages. |
10 </P> | 10 </P> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 "48": "icon-small.png", | 47 "48": "icon-small.png", |
48 "128": "icon-large.png" | 48 "128": "icon-large.png" |
49 }, | 49 }, |
50 ... | 50 ... |
51 }</pre> | 51 }</pre> |
52 <h2 id="examples">Examples</h2> | 52 <h2 id="examples">Examples</h2> |
53 <p> | 53 <p> |
54 You can find samples of this API on the | 54 You can find samples of this API on the |
55 <a href="samples.html#contextMenus">sample page</a>. | 55 <a href="samples.html#contextMenus">sample page</a>. |
56 <!-- END AUTHORED CONTENT --> | 56 <!-- END AUTHORED CONTENT --> |
OLD | NEW |