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..81bc724539cf8d54f7e3159f6c938ab96ae78f38 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(asargent): fix version # --> |
+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. |