Stock Extension
Shows stock information as a browser action
Cos'è Stock Extension?
Stock Extension è un'estensione di Chrome sviluppata da jamessitto, e la sua funzione principale è "Shows stock information as a browser action".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stock Extension
Scarica i file di estensione Stock Extension 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 Tracker Extension by nwoodthorpe Chrome extension that shows favourite stocks in a chrome extension icon. Select your favourite stocks and the extension will cycle between them every few seconds showing the current price. +/- is indicated by the text color. This extension uses the Yahoo Finance API for pulling stock information. Find the ticker name Yahoo Finance uses, which may be prefixed by the exchange. E.g. NYSE:SHOP
Informazioni di Base sull'Estensione
Nome | Stock Extension |
ID | dnnjkhphmdlpldfbcmkkklhldgjhdhif |
URL Ufficiale | https://chromewebstore.google.com/detail/stock-extension/dnnjkhphmdlpldfbcmkkklhldgjhdhif |
Descrizione | Shows stock information as a browser action |
Dimensione del File | 22.49 KB |
Conteggio Installazioni | 178 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-10-02 |
Data di Pubblicazione | 2018-10-02 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | jamessitto |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stock Extension", "version": "1.0.0", "description": "Shows stock information as a browser action", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "http:\/\/*\/", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |