chrome 浏览器插件图标点击事件
chrome.browserAction.onClicked.addListener(function (tab) { //打开全页面 //window.open(chrome.extension.getURL('index.html')); //打开指定页面 window.open('http://localhost:47298/Manage/Haocanyin/Login'); });
chrome.browserAction.onClicked.addListener(function (tab) { //打开全页面 //window.open(chrome.extension.getURL('index.html')); //打开指定页面 window.open('http://localhost:47298/Manage/Haocanyin/Login'); });