Chrome扩展程序开发:*有时*无法注入activeTab(权限)

时间:2017-07-07 08:29:57

标签: javascript google-chrome google-chrome-extension

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

内部addListenerchrome.tabs.executeScript({file: 'contentScript.js'})

再次 - 通常这是有效的,我没有抓住这种情况发生的情况。

Google Chrome 59 macOS。

对我而言,它看起来像Chromium中的一个错误。

0 个答案:

没有答案