我正在开发一个 chrome 插件,它通过“chrome.tabs.captureVisibleTab”使用屏幕捕获功能,但它在 https 页面上失败。我请求了安全页面的许可:
permissions:[
"tabs", "http://*/*", "https://*/*"
],
这甚至可以在安全页面上实现吗?
这是我在示例 URL 中看到的错误:
Error during tabs.captureVisibleTab: Cannot access contents of url "https://www.host.com/test". Extension manifest must request permission to access this host.