CMLviz Live Quotes
Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.
什么是CMLviz Live Quotes?
CMLviz Live Quotes是由https://www.cmlviz.com开发的Chrome扩展程序,该扩展的主要功能是“Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.”。
扩展截图
下载CMLviz Live Quotes扩展crx文件
下载CMLviz Live Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly turn cashtags into stock quotes across any website. Works great on Twitter. Hover over symbols like $AAPL, $TSLA, $SPX to see the current stock price according the the BATS exchange (may vary from other exchanges). Click the popup to instantly get taken to a detailed page analyzing the stock in question. Now when you read articles from Twitter and other websites, you won't have to wonder how the stock is doing on the day or if the news has moved the market. Just hover & discover the live stock price with CMLviz Live Quotes! Completely free. Uses Google Analytics, no weird tracking or tricks. We just want you to click the bubble and visit CMLviz.com to learn more about us!
扩展基本信息
名称 | CMLviz Live Quotes |
ID | eicppadjepobkeghllggcbclbkbkmmkl |
官方URL | https://chromewebstore.google.com/detail/cmlviz-live-quotes/eicppadjepobkeghllggcbclbkbkmmkl |
简介 | Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page. |
文件大小 | 259 KB |
安装次数 | 181 |
当前版本 | 1.50 |
更新时间 | 2019-09-07 |
上架时间 | 2019-09-03 |
评分 | 3.40/5 共5次评分 |
开发者 | https://www.cmlviz.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMLviz Live Quotes", "short_name": "CML Quotes", "description": "Get the Live Stock Price by hoving over cashtags like $TSLA with a link to cmlviz.com details page.", "version": "1.50", "page_action": { "default_icon": { "16": "images\/cml16.png", "32": "images\/cml32.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/cml16.png", "48": "images\/cml48.png", "32": "images\/cml32.png", "128": "images\/cml128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "declarativeContent" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery-3.4.1.min.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ] } |