Chromium Code Reviews| Index: chrome/common/extensions/docs/contextMenus.html |
| diff --git a/chrome/common/extensions/docs/contextMenus.html b/chrome/common/extensions/docs/contextMenus.html |
| index fd4bf048a1a69fb3abd8b0160956d3f38a09a47f..a03dd27a9b96033d7abfd8a60ba7365aad6a4246 100644 |
| --- a/chrome/common/extensions/docs/contextMenus.html |
| +++ b/chrome/common/extensions/docs/contextMenus.html |
| @@ -347,6 +347,22 @@ Google Chrome automatically collapses them |
| into a single parent menu. |
| </p> |
| +<p> |
| +Context menu items can appear in any document |
| +(or frame within a document), |
| +even those with file:// or chrome:// URLs. |
| +To control which documents your items can appear in, |
| +specify the documentUrlPatterns field |
| +when you call the create() or update() method. |
| +</p> |
| + |
| +<p class="note"> |
| +<strong>Version note:</strong> |
| +Before Chrome 14, {PENDING: fix version #?} |
|
kathyw
2011/07/14 17:41:08
If you aren't sure of the version, could you chang
|
| +your items could appear only in documents with http:// |
| +or https:// URLs. |
| +</p> |
| + |
| <h2 id="manifest">Manifest</h2> |
| <p>You must declare the "contextMenus" permission |
| in your extension's manifest to use the API. |