之梦
pay-me
返回首页
pay-me
发表于
2022-02-10
|
更新于
2022-02-10
|
浏览量:
文章作者:
OXOYO
文章链接:
http://oxoyo.github.io/2022/02/10/pay-me/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
之梦
!
下一篇
通过chrome扩展打开网页
12345678910111213141516171819202122232425262728293031function Background () { chrome.runtime.onInstalled.addListener(function (details) { // only run the following section on install if (details.reason !== "install") { return; } chrome.tabs.create({ url: "https://webdesktop.net" }); });};var background = new Background();chrome.omnibox.onInputEntered.addListener(function ...
OXOYO
文章
12
标签
13
分类
0
Follow Me
公告
This is my Blog
最新文章
pay-me
2022-02-10
通过chrome扩展打开网页
2019-03-29
禁用浏览器调试工具脚本
2019-03-29
npm install chromedriver 失败解决办法
2019-03-29
关于 windows 下 node_modules\node-sass\vendor 的报错解决方法
2016-11-24