满堂红沪深股票助手
沪深股市A股实时股票信息,实时成交价格,沪深指数,证券投资资讯.
What is 满堂红沪深股票助手?
满堂红沪深股票助手 is a Chrome extension developed by Andy, and its main feature is "沪深股市A股实时股票信息,实时成交价格,沪深指数,证券投资资讯.".
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
1.查看实时价格、换手率、成交量,分、日、周、月K线等信息 2.涨跌价格提醒,单只股票的提醒价格和提醒的打开关闭单独设定 3.资讯,导航至选中股票的新浪财经证券投资行情页面 4.自选股,股票首字母和代码两种检索添加 5.拖动排序功能,自选股数量不限
Extension Basic Information
Name | 满堂红沪深股票助手 |
ID | kmddpfjbenoaofgnicblndlmfpmjflce |
Official URL | https://chromewebstore.google.com/detail/%E6%BB%A1%E5%A0%82%E7%BA%A2%E6%B2%AA%E6%B7%B1%E8%82%A1%E7%A5%A8%E5%8A%A9%E6%89%8B/kmddpfjbenoaofgnicblndlmfpmjflce |
Description | 沪深股市A股实时股票信息,实时成交价格,沪深指数,证券投资资讯. |
File Size | 1.24 MB |
Installation Count | 182 |
Current Version | 0.3.6 |
Last Updated | 2017-07-12 |
Publish Date | 2017-07-11 |
Rating | 4.17/5 Total 12 Ratings |
Developer | Andy |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "name": "\u6ee1\u5802\u7ea2\u6caa\u6df1\u80a1\u7968\u52a9\u624b", "version": "0.3.6", "manifest_version": 2, "description": "\u6caa\u6df1\u80a1\u5e02A\u80a1\u5b9e\u65f6\u80a1\u7968\u4fe1\u606f\uff0c\u5b9e\u65f6\u6210\u4ea4\u4ef7\u683c\uff0c\u6caa\u6df1\u6307\u6570\uff0c\u8bc1\u5238\u6295\u8d44\u8d44\u8baf.", "browser_action": { "default_icon": "img\/icon.png", "default_title": "\u6ee1\u5802\u7ea2-\u6caa\u6df1\u80a1\u7968\u52a9\u624b", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "omnibox": { "keyword": "ss" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "options_page": "options.html", "permissions": [ "http:\/\/hq.sinajs.cn\/", "notifications", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/finance.sina.com.cn\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/youthlife_cn\/block.js" ], "run_at": "document_end" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |