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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |