1 Star 0 Fork 0

skywolf627 / 基金工具-浏览器插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
skywolf627 提交于 2021-06-01 22:42 . 1
{
"manifest_version": 2,
"name": "基金行情",
"description": "实时估算基金收益,基金排行,热门基金推荐",
"version": "2.0",
"browser_action": {
"default_icon": "favicon.png",
"default_popup": "hack.html",
"default_title": "点击打开基金浮层"
},
"content_scripts": [
{
"matches": [
"https://www.baidu.com/*",
"http://*/*",
"https://*/*"
],
"css": [
"content/layer/theme/default/layer.css",
"content/index.css"
],
"js": [
"content/jquery.min.js",
"content/layer/layer.js",
"content/index.js"
],
"run_at": "document_idle"
}
],
"permissions": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skywolf627/fund-tools---browser-plug-in.git
git@gitee.com:skywolf627/fund-tools---browser-plug-in.git
skywolf627
fund-tools---browser-plug-in
基金工具-浏览器插件
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891