The Watchlist
Link to all your favorite stocks in one place!
The Watchlist란 무엇입니까?
The Watchlist은(는) https://alexherigon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link to all your favorite stocks in one place!"입니다.
확장 프로그램 스크린샷
The Watchlist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets you save your favorite stocks so you have quick access to their details. Stocks have links to: Yahoo Finance StockTwits MarketWatch Google Finance TradingView You can create any number of folders and add any number of stocks to it on the options page. You can also change between dark mode and light mode as well as disable notifications when you change your folders or stocks. Currently only stocks with 4 charter symbols or less are supported. If you have any feedback or suggestions let me know in the reviews, support, or by email. ----Change Log---- v 1.0.3 -Changed contact link v 1.0.2 -Updated Link v 1.0.1 -Cleanup Unnecessary Code v 1.0.0 -initial release
확장 프로그램 기본 정보
이름 | The Watchlist |
ID | bellobdjoahilbnopjceanjiekhfkjae |
공식 URL | https://chromewebstore.google.com/detail/the-watchlist/bellobdjoahilbnopjceanjiekhfkjae |
설명 | Link to all your favorite stocks in one place! |
파일 크기 | 6.06 MB |
설치 횟수 | 159 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-11-07 |
출시 날짜 | 2019-11-06 |
개발자 | https://alexherigon.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://alexherigon.com/thewatchlist.html |
개인정보 보호 정책 페이지 URL | https://alexherigon.com/privacypolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Watchlist", "version": "1.0.3", "description": "Link to all your favorite stocks in one place!", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_title": "The Watchlist", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "contextMenus" ], "options_page": "options.html", "background": { "scripts": [ "js\/eventPage.js", "js\/jquery-3.3.0.min.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |