牛牛行情助手
快速查看实时大盘和股票行情,涨跌通知,方便快捷。
What is 牛牛行情助手?
牛牛行情助手 is a Chrome extension developed by us08582, and its main feature is "快速查看实时大盘和股票行情,涨跌通知,方便快捷。".
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、小图标,实时显示当前置顶股票或指数行情。 2、鼠标悬停在,小图标上约2秒后,即可出现您添加的全部股票或指数行情,无需任何点击. 3、简单的注册登录,与数据同步。防止删除 Cookie 造成的数据丢失 4、股价涨跌通知,可设置通知涨跌的幅度,从1%-10% 简单方便,如果您觉得还不错,别忘了推荐给好友 :)
Extension Basic Information
Name | |
ID | mffkibgkhdibhfkbbggepcinfpekpcob |
Official URL | https://chrome.google.com/webstore/detail/%E7%89%9B%E7%89%9B%E8%A1%8C%E6%83%85%E5%8A%A9%E6%89%8B/mffkibgkhdibhfkbbggepcinfpekpcob |
Description | 快速查看实时大盘和股票行情,涨跌通知,方便快捷。 |
File Size | 49.59 KB |
Installation Count | 46 |
Current Version | 2.2.2 |
Last Updated | 2019-01-20 |
Publish Date | 2019-01-20 |
Developer | us08582 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u725b\u725b\u884c\u60c5\u52a9\u624b", "description": "\u5feb\u901f\u67e5\u770b\u5b9e\u65f6\u5927\u76d8\u548c\u80a1\u7968\u884c\u60c5,\u6da8\u8dcc\u901a\u77e5,\u65b9\u4fbf\u5feb\u6377\u3002", "version": "2.2.2", "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js", "notify.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "\u725b\u725b\u884c\u60c5\u52a9\u624b" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "quotes.js" ], "matches": [ "https:\/\/www.8niuniu.com\/*", "http:\/\/www.8niuniu.com\/*" ] } ], "permissions": [ "https:\/\/api.money.126.net\/*", "notifications" ], "icons": { "128": "icon.png" } } |