mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
add a note that 'documentUrlPatterns' is not currently supported in Firefox
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user