在manifest.json
其他我"permissions": ["storage", "activeTab", "contextMenus"]
中,但是在按下上下文菜单中按下按钮后,有时 将代码注入当前标签 - 在控制台中我看到了:
Unchecked runtime.lastError while running tabs.executeScript: Cannot access contents of the page. Extension manifest must request permission to access the respective host.
at ContextMenusItems.chrome.contextMenus.onClicked.addListener
内部addListener
:chrome.tabs.executeScript({file: 'contentScript.js'})
。
再次 - 通常这是有效的,我没有抓住这种情况发生的情况。
Google Chrome 59 macOS。
对我而言,它看起来像Chromium中的一个错误。