Make separators page-dependent as well

This commit is contained in:
Will Bamberg
2016-05-23 15:50:55 -07:00
parent 3b15010327
commit d188f5e184

View File

@@ -40,6 +40,7 @@ chrome.contextMenus.create({
chrome.contextMenus.create({
id: "separator-1",
type: "separator",
documentUrlPatterns: ["*://developer.mozilla.org/*"],
contexts: ["all"]
}, onCreated);
@@ -64,6 +65,7 @@ chrome.contextMenus.create({
chrome.contextMenus.create({
id: "separator-2",
type: "separator",
documentUrlPatterns: ["*://developer.mozilla.org/*"],
contexts: ["all"]
}, onCreated);