大牛基金助手
实时查看自选基金涨跌
Wat is 大牛基金助手?
大牛基金助手 is een Chrome-extensie ontwikkeld door zsmelody32, en de belangrijkste functie is "实时查看自选基金涨跌".
Extensie Screenshots
Download het CRX-bestand van de extensie 大牛基金助手
Download 大牛基金助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
自选基金助手,实时查看您关注的基金涨跌,轻松获取实时数据。 版本更新: v1.6.0 - 加快基金角标更新速度和稳定性 v1.5.6 - 修复定时请求数据任务可能会出错的问题 - 优化显示基金持仓获取时间 v1.5.5 - 修复简洁版基金预览中净值待更新图标过大的问题 v1.5.4 - 基金涨跌走势图增加红绿(涨跌)区分,更便于预览 v1.5.3 - 修复数据更新可能失败的问题
Basisinformatie over de Extensie
Naam | 大牛基金助手 |
ID | bghknhdkhldhjmfjoebdccnbnafcafpp |
Officiële 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 |
Beschrijving | 实时查看自选基金涨跌 |
Bestandsgrootte | 842 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.6.0 |
Laatst Bijgewerkt | 2021-01-30 |
Publicatiedatum | 2020-11-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | zsmelody32 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zswxp32/mou-fund |
Help Pagina-URL | https://github.com/zswxp32/mou-fund/issues |
Ondersteunde Talen | 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\/*" ] } |