Chrome拡張機能を終了すると、エラーが見つかります。
Uncaught TypeError: Cannot call method 'create' of undefined chrome-extension://dpfgkakomehcgdcnigflmkcfngeaamlc/js/background.js:46
injectScript startLiveReload init
私はこれを使用します
mainfest.json "background":{"scripts":["js / background.js"]}
とbackground.jsのような
var readMenuItemId = chrome.contextMenus.create({
"title" : "阅读模式",
"type" : "normal",
contexts : [ "selection" ],
documentUrlPatterns: ["http://*/*", "https://*/*"],
"onclick" : genericOnClick
});
どこが悪いのかわからない