StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
What is StockTwits Ticker Search?
StockTwits Ticker Search is a Chrome extension developed by winkel.scott, and its main feature is "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.".
Extension Screenshots
Download StockTwits Ticker Search Extension CRX File
Download StockTwits Ticker Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | StockTwits Ticker Search |
ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
Official URL | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
Description | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
File Size | 20.98 KB |
Installation Count | 80 |
Current Version | 0.1 |
Last Updated | 2021-02-12 |
Publish Date | 2021-02-11 |
Rating | 3.00/5 Total 1 Ratings |
Developer | winkel.scott |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |