Stock Shuffler
Get the latest stock prices right in your navigation bar.
Cos'è Stock Shuffler?
Stock Shuffler è un'estensione di Chrome sviluppata da mjbraze, e la sua funzione principale è "Get the latest stock prices right in your navigation bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stock Shuffler
Scarica i file di estensione Stock Shuffler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Stock Shuffler |
ID | pamkgljpcgpdpeijdoiiiajjnlckbknk |
URL Ufficiale | https://chromewebstore.google.com/detail/stock-shuffler/pamkgljpcgpdpeijdoiiiajjnlckbknk |
Descrizione | Get the latest stock prices right in your navigation bar. |
Dimensione del File | 52.23 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2016-03-26 |
Data di Pubblicazione | 2016-03-26 |
Valutazione | 2.88/5 Totale 8 Valutazioni |
Sviluppatore | mjbraze |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |