OLD | NEW |
1 <h2 id="usage">Usage</h2> | 1 <h2 id="usage">Usage</h2> |
2 | 2 |
3 <p> | 3 <p> |
4 Context menu items can appear in any document | 4 Context menu items can appear in any document |
5 (or frame within a document), | 5 (or frame within a document), |
6 even those with file:// or chrome:// URLs. | 6 even those with file:// or chrome:// URLs. |
7 To control which documents your items can appear in, | 7 To control which documents your items can appear in, |
8 specify the documentUrlPatterns field | 8 specify the documentUrlPatterns field |
9 when you call the create() or update() method. | 9 when you call the create() or update() method. |
10 </p> | 10 </p> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 }, | 43 }, |
44 {{/is_apps}} | 44 {{/is_apps}} |
45 ... | 45 ... |
46 } | 46 } |
47 </pre> | 47 </pre> |
48 | 48 |
49 <h2 id="examples">Examples</h2> | 49 <h2 id="examples">Examples</h2> |
50 | 50 |
51 <p> | 51 <p> |
52 You can find samples of this API on the | 52 You can find samples of this API on the |
53 <a href="samples#contextMenus">sample page</a>. | 53 <a href="samples#search:contextMenus">sample page</a>. |
OLD | NEW |