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 |
电子邮箱 | [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" ] } |