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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |