Stock viewer
Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks
Wat is Stock viewer?
Stock viewer is een Chrome-extensie ontwikkeld door 于文龙, en de belangrijkste functie is "Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks".
Extensie Screenshots
Download het CRX-bestand van de extensie Stock viewer
Download Stock viewer-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
Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks
Basisinformatie over de Extensie
Naam | |
ID | alfgihhacabgmbdgijainphkhdombjec |
Officiële URL | https://chrome.google.com/webstore/detail/%E8%82%A1%E7%A5%A8%E6%9F%A5%E7%9C%8B%E5%99%A8/alfgihhacabgmbdgijainphkhdombjec |
Beschrijving | Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks |
Bestandsgrootte | 1.04 MB |
Aantal Installaties | 536 |
Huidige Versie | 1.3.7 |
Laatst Bijgewerkt | 2022-04-29 |
Publicatiedatum | 2020-04-08 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | 于文龙 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,en-GB,en-US,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "static\/js\/jquery.js", "static\/js\/main.js" ] }, "browser_action": { "default_icon": "icons\/stock.png", "default_popup": "popup.html", "default_title": "__MSG_stockName__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "zh_CN", "description": "__MSG_stockDescription__", "icons": { "128": "icons\/stock128.png", "16": "icons\/stock16.png", "32": "icons\/stock32.png", "48": "icons\/stock48.png" }, "manifest_version": 2, "name": "__MSG_stockName__", "options_page": "options.html", "permissions": [ "storage", "https:\/\/suggest3.sinajs.cn\/", "https:\/\/hq.sinajs.cn\/", "https:\/\/image.sinajs.cn\/", "notifications", "https:\/\/cdn.jsdelivr.net\/", "https:\/\/api.fujugu.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.7" } |