StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
Wat is StockTwits Ticker Search?
StockTwits Ticker Search is een Chrome-extensie ontwikkeld door winkel.scott, en de belangrijkste functie is "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.".
Extensie Screenshots
Download het CRX-bestand van de extensie StockTwits Ticker Search
Download StockTwits Ticker Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | StockTwits Ticker Search |
ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
Officiële URL | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
Beschrijving | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
Bestandsgrootte | 20.98 KB |
Aantal Installaties | 80 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-02-12 |
Publicatiedatum | 2021-02-11 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | winkel.scott |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |