Sticker - Stock Ticker on Tab
Sticker, a stock ticker extension, displays vital stock information on the browser's tab
Cos'è Sticker - Stock Ticker on Tab?
Sticker - Stock Ticker on Tab è un'estensione di Chrome sviluppata da navn, e la sua funzione principale è "Sticker, a stock ticker extension, displays vital stock information on the browser's tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sticker - Stock Ticker on Tab
Scarica i file di estensione Sticker - Stock Ticker on Tab 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
Allows you to surf and keep tabs on your favorite stocks at the same time without additional effort (e.g. check a website or an external widget) Configure up to 5 of your favorite stocks. Also configure the frequency in which the display and stocks should refresh. The stock information is displayed only on the active tab when you switch tabs and doesn't interfere with your browsing. Convenient (Omnibox) commands on the address bar - sticker start - starts Sticker from stop or pause states - sticker stop - stops Sticker - sticker pause - pauses Sticker. Automatically starts Sticker after browser restarts. - sticker options - opens Sticker options page
Informazioni di Base sull'Estensione
Nome | Sticker - Stock Ticker on Tab |
ID | ppnbdgalncmonkhmjmikknhpfepeiepf |
URL Ufficiale | https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf |
Descrizione | Sticker, a stock ticker extension, displays vital stock information on the browser's tab |
Dimensione del File | 460 KB |
Conteggio Installazioni | 263 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2014-03-15 |
Data di Pubblicazione | 2014-03-15 |
Valutazione | 2.86/5 Totale 7 Valutazioni |
Sviluppatore | navn |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/staythirsty/sticker |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticker - Stock Ticker on Tab", "version": "1.3.0", "description": "Sticker, a stock ticker extension, displays vital stock information on the browser's tab", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "scripts": [ "js\/background.js" ] }, "omnibox": { "keyword": "sticker" }, "options_page": "options.html", "manifest_version": 2, "permissions": [ " |