Stock Shuffler
Get the latest stock prices right in your navigation bar.
什么是Stock Shuffler?
Stock Shuffler是由mjbraze开发的Chrome扩展程序,该扩展的主要功能是“Get the latest stock prices right in your navigation bar.”。
扩展截图
下载Stock Shuffler扩展crx文件
下载Stock Shuffler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stock Shuffler is a persistent stock ticker which shows up right on your navigation bar. Once you configure the stocks you're interested in, this extension will shuffle through and show you the latest price without the need to click anything! Stock prices are currently drawn from Yahoo's Finance API. Occasionally, if the API is too slow to respond, you may see "NA" show up for the stock price. If this persists, the API server may be down. Please submit your feedback to help improve this tool!
扩展基本信息
名称 | Stock Shuffler |
ID | pamkgljpcgpdpeijdoiiiajjnlckbknk |
官方URL | https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk |
简介 | Get the latest stock prices right in your navigation bar. |
文件大小 | 52.23 KB |
安装次数 | 143 |
当前版本 | 1.1.0 |
更新时间 | 2016-03-26 |
上架时间 | 2016-03-26 |
评分 | 2.88/5 共8次评分 |
开发者 | mjbraze |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Shuffler", "short_name": "StockShuffle", "description": "Get the latest stock prices right in your navigation bar.", "version": "1.1.0", "background": { "persistent": true, "scripts": [ "jquery-1.11.0.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "options_page": "options.html", "permissions": [ "http:\/\/query.yahooapis.com\/", "storage" ] } |