Dewey - The Stock Trader's Assistant
Stock quotes, news and data when you hover tickers and company names in your browser.
什么是Dewey - The Stock Trader's Assistant?
Dewey - The Stock Trader's Assistant是由Dewey开发的Chrome扩展程序,该扩展的主要功能是“Stock quotes, news and data when you hover tickers and company names in your browser.”。
扩展截图
下载Dewey - The Stock Trader's Assistant扩展crx文件
下载Dewey - The Stock Trader's Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stock data and news without opening a new tab. Dewey scans the page for stock tickers and company names. Hovering over those names brings back an unobtrusive pop-up with: -Live day and 52-week trading ranges -Filtered news/Twitter feed matched for keywords Update 0.0.0.7 -performance enhancements
扩展基本信息
名称 | Dewey - The Stock Trader's Assistant |
ID | hfipllcfgflbbohoilndhoagcdinfeio |
官方URL | https://chromewebstore.google.com/detail/dewey-the-stock-traders-a/hfipllcfgflbbohoilndhoagcdinfeio |
简介 | Stock quotes, news and data when you hover tickers and company names in your browser. |
文件大小 | 1.17 MB |
安装次数 | 34 |
当前版本 | 0.0.0.7 |
更新时间 | 2020-08-19 |
上架时间 | 2020-07-02 |
开发者 | Dewey |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dewey - The Stock Trader's Assistant", "version": "0.0.0.7", "description": "Stock quotes, news and data when you hover tickers and company names in your browser.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "jquery-3.4.1.min.js", "jquery-ui.js", "background.js", "moment.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "core.css", "jquery-ui.css", "tipso.css" ], "js": [ "jquery-3.4.1.min.js", "jquery-ui.js", "tipso.js", "content.js", "plotly.js", "moment.js", "resultSearch.js", "ahoCorasick.js" ] } ], "permissions": [], "web_accessible_resources": [ "images\/*" ], "manifest_version": 2 } |