Stock Assistant
显示股票信息。可以根据设置的股票价格,进行提醒。
What is Stock Assistant?
Stock Assistant is a Chrome extension developed by 会跑步的小强, and its main feature is "显示股票信息。可以根据设置的股票价格,进行提醒。".
Download Stock Assistant Extension CRX File
Download Stock Assistant 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 Assistant |
ID | jdglpnmlgfeobnciocinfplomjiakoch |
Official URL | https://chromewebstore.google.com/detail/stock-assistant/jdglpnmlgfeobnciocinfplomjiakoch |
Description | 显示股票信息。可以根据设置的股票价格,进行提醒。 |
File Size | 174 KB |
Installation Count | 45 |
Current Version | 4.0.1 |
Last Updated | 2015-12-14 |
Publish Date | 2015-12-13 |
Rating | 4.67/5 Total 3 Ratings |
Developer | 会跑步的小强 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html", "default_title": "" }, "description": "\u663e\u793a\u80a1\u7968\u4fe1\u606f\u3002\u53ef\u4ee5\u6839\u636e\u8bbe\u7f6e\u7684\u80a1\u7968\u4ef7\u683c\uff0c\u8fdb\u884c\u63d0\u9192\u3002", "icons": { "128": "images\/icon.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "manifest_version": 2, "name": "Stock Assistant", "optional_permissions": [ "background", "*:\/\/*\/*" ], "options_page": "options.html", "permissions": [ "tts", "idle", "notifications", "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.0.1" } |