Stock Ticker Lookup
Conveniently view details about a highlighted stock ticker on a webpage.
Stock Ticker Lookupคืออะไร?
Stock Ticker Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anna Xing และคุณลักษณะหลักของมันคือ "Conveniently view details about a highlighted stock ticker on a webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stock Ticker Lookup
ดาวน์โหลดไฟล์ส่วนขยาย Stock Ticker Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |