StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
Co to jest StockTwits Ticker Search?
StockTwits Ticker Search to rozszerzenie Chrome opracowane przez winkel.scott, a jego główną funkcją jest „Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StockTwits Ticker Search
Pobierz pliki rozszerzeń StockTwits Ticker Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | StockTwits Ticker Search |
ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
Oficjalny URL | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
Opis | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
Rozmiar pliku | 20.98 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2021-02-12 |
Data Publikacji | 2021-02-11 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | winkel.scott |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |