0
不行
我的分機好後期的作品,但是當我在我的Chrome瀏覽器版本升級到24問我來編輯清單2版不能安裝在popup.html擴展 不是鏈接不是爲我工作Chrome擴展創建選項卡中鉻
<a href="" onclick=aa();>link 1</a><br>
function aa(){
chrome.tabs.create({'url': 'http://aaaa.com'});
}
error: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:".
真誠
已經在http://stackoverflow.com/questions/12706649/chrome-extension-browseraction-onclicked-addlistener-not-being-called/面前回答 –