Stock Tracker(股票追踪)
股市行情追踪
What is Stock Tracker(股票追踪)?
Stock Tracker(股票追踪) is a Chrome extension developed by Jacky, and its main feature is "股市行情追踪".
Extension Screenshots
Download Stock Tracker(股票追踪) Extension CRX File
Download Stock Tracker(股票追踪) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
股票行情实时追踪 可同时追踪多只股票,并指定一只在图标下显示涨跌幅。
Extension Basic Information
Name | Stock Tracker(股票追踪) |
ID | banipcnoekhlaiphedilgddgjfjaojbp |
Official URL | https://chromewebstore.google.com/detail/stock-tracker%E8%82%A1%E7%A5%A8%E8%BF%BD%E8%B8%AA/banipcnoekhlaiphedilgddgjfjaojbp |
Description | 股市行情追踪 |
File Size | 75.78 KB |
Installation Count | 125 |
Current Version | 1.4.0 |
Last Updated | 2023-03-07 |
Publish Date | 2017-03-15 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Jacky |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "manifest_version": 3, "name": "Stock Tracker(\u80a1\u7968\u8ffd\u8e2a)", "version": "1.4.0", "description": "\u80a1\u5e02\u884c\u60c5\u8ffd\u8e2a", "action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "alarms", "tabs" ], "host_permissions": [ "https:\/\/*.xueqiu.com\/*", "http:\/\/*.sinajs.cn\/*", "https:\/\/finance.sina.com.cn\/realstock\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |