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 là gì?
Dewey - The Stock Trader's Assistant là một tiện ích mở rộng Chrome được phát triển bởi Dewey, và tính năng chính của nó là "Stock quotes, news and data when you hover tickers and company names in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dewey - The Stock Trader's Assistant
Tải xuống các tệp mở rộng Dewey - The Stock Trader's Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dewey - The Stock Trader's Assistant |
ID | hfipllcfgflbbohoilndhoagcdinfeio |
URL Chính Thức | https://chromewebstore.google.com/detail/dewey-the-stock-traders-a/hfipllcfgflbbohoilndhoagcdinfeio |
Mô tả | Stock quotes, news and data when you hover tickers and company names in your browser. |
Kích Thước Tệp | 1.17 MB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.0.0.7 |
Cập Nhật Lần Cuối | 2020-08-19 |
Ngày Phát Hành | 2020-07-02 |
Nhà Phát Triển | Dewey |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |