Stock Shuffler
Get the latest stock prices right in your navigation bar.
Wat is Stock Shuffler?
Stock Shuffler is een Chrome-extensie ontwikkeld door mjbraze, en de belangrijkste functie is "Get the latest stock prices right in your navigation bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stock Shuffler
Download Stock Shuffler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Stock Shuffler |
ID | pamkgljpcgpdpeijdoiiiajjnlckbknk |
Officiële URL | https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk |
Beschrijving | Get the latest stock prices right in your navigation bar. |
Bestandsgrootte | 52.23 KB |
Aantal Installaties | 143 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2016-03-26 |
Publicatiedatum | 2016-03-26 |
Beoordeling | 2.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | mjbraze |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |