1
我正在開發一個通過'chrome.tabs.captureVisibleTab'使用屏幕捕獲功能的chrome插件,但它在https頁面上失敗。我請求安全頁面的許可:chrome.tabs.captureVisibleTab安全頁面上?
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.
還是一樣。看到此錯誤: ** tabs.captureVisibleTab期間出錯:無法訪問url「https://www.host.com/test」的內容。擴展清單必須請求訪問此主機的權限。** –