Stock viewer
Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks
What is Stock viewer?
Stock viewer is a Chrome extension developed by 于文龙, and its main feature is "Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks".
Extension Screenshots
Download Stock viewer Extension CRX File
Download Stock viewer 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
Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks
Extension Basic Information
Name | |
ID | alfgihhacabgmbdgijainphkhdombjec |
Official URL | https://chrome.google.com/webstore/detail/%E8%82%A1%E7%A5%A8%E6%9F%A5%E7%9C%8B%E5%99%A8/alfgihhacabgmbdgijainphkhdombjec |
Description | Support to view Chinese stocks, Hong Kong stocks, and U.S. stocks |
File Size | 1.04 MB |
Installation Count | 536 |
Current Version | 1.3.7 |
Last Updated | 2022-04-29 |
Publish Date | 2020-04-08 |
Rating | 4.44/5 Total 9 Ratings |
Developer | 于文龙 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |