add a note that 'documentUrlPatterns' is not currently supported in Firefox

This commit is contained in:
Will Bamberg
2016-05-24 11:06:03 -07:00
parent d188f5e184
commit ffdda2c5d3
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ One radio item adds a blue border to the page, the other adds a green border.
* one "checkbox" item, shown in all contexts, whose title is updated when the
item is clicked.
Note that the "documentUrlPatterns" option is not
currently supported in Firefox.
## What it shows
* How to create various types of context menu item:

View File

@@ -24,6 +24,9 @@ function onRemoved() {
/*
Create all the context menu items.
Note that the "documentUrlPatterns" option is not
currently supported in Firefox.
*/
chrome.contextMenus.create({
id: "log-selection",