StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
Cos'è StockTwits Ticker Search?
StockTwits Ticker Search è un'estensione di Chrome sviluppata da winkel.scott, e la sua funzione principale è "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StockTwits Ticker Search
Scarica i file di estensione StockTwits Ticker Search 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
If you encounter a stock ticker on a webpage and would like to quickly access StockTwits for information about the stock, highlight the ticker, right click and select StockTwits: '????'. A new Chrome tab will open showing StockTwits information of the ticker.
Informazioni di Base sull'Estensione
Nome | StockTwits Ticker Search |
ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
URL Ufficiale | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
Descrizione | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
Dimensione del File | 20.98 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-02-12 |
Data di Pubblicazione | 2021-02-11 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | winkel.scott |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StockTwits Ticker Search", "version": "0.1", "description": "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "permissions": [ "contextMenus" ] } |