Stock Ticker Lookup
Conveniently view details about a highlighted stock ticker on a webpage.
Stock Ticker Lookup란 무엇입니까?
Stock Ticker Lookup은(는) Anna Xing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Conveniently view details about a highlighted stock ticker on a webpage."입니다.
확장 프로그램 스크린샷
Stock Ticker Lookup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get quick information about a highlighted U.S. stock ticker on any webpage. Use your cursor to highlight a ticker in Chrome, then click on the extension to view the following key information: ⭐ Company name ⭐ Share price (as of the last trading day's closing time) ⭐ Price change from previous trading day ⭐ Price graph over the last 5 trading days ⭐ 52-week high/low ⭐ Daily volume ⭐ Dividend yield ⭐ P/E ratio ⭐ Market cap ⭐ Link to the stock on Yahoo Finance The extension uses the free Alpha Vantage API for retrieving information, which is rate-limited and provides data as of the last trading day's closing time (not real-time). Please follow the brief instructions provided upon installation to activate your API key(s) and use the Alpha Vantage data. Also note that the Alpha Vantage data is primarily for stocks listed on major U.S. exchanges, so ETFs and stocks on other exchanges may not be supported by this extension.
확장 프로그램 기본 정보
이름 | Stock Ticker Lookup |
ID | ckjpfhbpkkphhcfahbnepfilflpmdhin |
공식 URL | https://chromewebstore.google.com/detail/stock-ticker-lookup/ckjpfhbpkkphhcfahbnepfilflpmdhin |
설명 | Conveniently view details about a highlighted stock ticker on a webpage. |
파일 크기 | 205 KB |
설치 횟수 | 201 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-01-10 |
출시 날짜 | 2021-01-10 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Anna Xing |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/anna-xing/ticker-extension |
도움말 페이지 URL | https://github.com/anna-xing/ticker-extension/blob/main/README.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Ticker Lookup", "version": "1.0", "description": "Conveniently view details about a highlighted stock ticker on a webpage.", "permissions": [ "storage" ], "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" } }, "content_scripts": [ { "matches": [ " |