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 |
Eメール | [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 } |