下载

安装:

解压到某一目录

chrome插件:打开新tab时自动打开百度

chrome插件:打开新tab时自动打开百度

 

如要修改自动跳转链接:修改go.js中的url

(function (){
chrome.tabs.getCurrent(function(tab){
chrome.tabs.update(tab.id, {
'url': 'https://www.baidu.com',
'selected': true
});
});
})();

 

插件修改自http://bbs.kafan.cn/thread-1705772-1-1.html

相关文章:

  • 2021-11-13
  • 2021-06-23
  • 2022-02-25
  • 2021-08-26
  • 2021-12-18
  • 2022-01-17
  • 2021-10-17
  • 2021-06-05
猜你喜欢
  • 2022-01-22
  • 2022-02-09
  • 2022-02-24
  • 2021-11-20
  • 2021-08-22
  • 2022-01-25
  • 2022-12-23
相关资源
相似解决方案