chrome 浏览器插件图标点击事件

chrome.browserAction.onClicked.addListener(function (tab) {
    //打开全页面
    //window.open(chrome.extension.getURL('index.html'));
    //打开指定页面
    window.open('http://localhost:47298/Manage/Haocanyin/Login');

});

 

posted @ 2023-01-30 16:14  优六系统(Util6MIS+)  阅读(1030)  评论(0)    收藏  举报