StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
O que é StockTwits Ticker Search?
StockTwits Ticker Search é uma extensão do Chrome desenvolvida por winkel.scott, e sua principal característica é "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StockTwits Ticker Search
Baixe arquivos de extensão StockTwits Ticker Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | StockTwits Ticker Search |
ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
URL Oficial | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
Descrição | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
Tamanho do Arquivo | 20.98 KB |
Contagem de Instalações | 80 |
Versão Atual | 0.1 |
Última Atualização | 2021-02-12 |
Data de Publicação | 2021-02-11 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | winkel.scott |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |