13 Star 46 Fork 11

PESCMS / Fund-tool

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
manifest.json 770 Bytes
Copy Edit Raw Blame History
{
"manifest_version": 2,
"name": "基金定投助手",
"version": "1.6.6",
"description": "一款简单的基金定投助手",
"icons":
{
"16": "img/icon.png",
"48": "img/icon.png",
"128": "img/icon.png"
},
"background":
{
"page": "background.html",
"persistent": true
},
"browser_action":
{
"default_icon": "img/icon.png",
"default_title": "基金定投助手",
"default_popup": "popup.html"
},
"permissions":
[
"*://*.1234567.com.cn/*",
"*://*.eastmoney.com/*",
"*://fund.pescms.com/*",
"alarms",
"notifications",
"webRequest",
"webRequestBlocking",
"storage"
],
"content_scripts": [{
"js": ["js/jquery-1.8.3.js","js/fund.js"],
"matches": ["*://fund.pescms.com/*"]
}],
"homepage_url": "https://www.pescms.com"
}
JavaScript
1
https://gitee.com/fallBirds/Fund-tool.git
git@gitee.com:fallBirds/Fund-tool.git
fallBirds
Fund-tool
Fund-tool
master

Search