大牛基金助手
实时查看自选基金涨跌
What is 大牛基金助手?
大牛基金助手 is a Chrome extension developed by zsmelody32, and its main feature is "实时查看自选基金涨跌".
Extension Screenshots
Download 大牛基金助手 Extension CRX File
Download 大牛基金助手 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
自选基金助手,实时查看您关注的基金涨跌,轻松获取实时数据。 版本更新: v1.6.0 - 加快基金角标更新速度和稳定性 v1.5.6 - 修复定时请求数据任务可能会出错的问题 - 优化显示基金持仓获取时间 v1.5.5 - 修复简洁版基金预览中净值待更新图标过大的问题 v1.5.4 - 基金涨跌走势图增加红绿(涨跌)区分,更便于预览 v1.5.3 - 修复数据更新可能失败的问题
Extension Basic Information
Name | 大牛基金助手 |
ID | bghknhdkhldhjmfjoebdccnbnafcafpp |
Official URL | https://chromewebstore.google.com/detail/%E5%A4%A7%E7%89%9B%E5%9F%BA%E9%87%91%E5%8A%A9%E6%89%8B/bghknhdkhldhjmfjoebdccnbnafcafpp |
Description | 实时查看自选基金涨跌 |
File Size | 842 KB |
Installation Count | 20 |
Current Version | 1.6.0 |
Last Updated | 2021-01-30 |
Publish Date | 2020-11-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zsmelody32 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zswxp32/mou-fund |
Help Page URL | https://github.com/zswxp32/mou-fund/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5927\u725b\u57fa\u91d1\u52a9\u624b", "description": "\u5b9e\u65f6\u67e5\u770b\u81ea\u9009\u57fa\u91d1\u6da8\u8dcc", "version": "1.6.0", "browser_action": { "default_icon": "icon\/128.png", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "https:\/\/*.eastmoney.com\/*" ] } |