StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
StockTwits Ticker Searchとは何ですか?
StockTwits Ticker Searchはwinkel.scottによって開発されたChromeの拡張機能で、その主な機能は「Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.」です。
拡張機能のスクリーンショット
StockTwits Ticker Search拡張機能のCRXファイルをダウンロード
StockTwits Ticker Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | StockTwits Ticker Search |
ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
公式URL | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
説明 | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
ファイルサイズ | 20.98 KB |
インストール数 | 80 |
現在のバージョン | 0.1 |
最終更新日 | 2021-02-12 |
公開日 | 2021-02-11 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | winkel.scott |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |