Stock Ticker Lookup
Conveniently view details about a highlighted stock ticker on a webpage.
Co to jest Stock Ticker Lookup?
Stock Ticker Lookup to rozszerzenie Chrome opracowane przez Anna Xing, a jego główną funkcją jest „Conveniently view details about a highlighted stock ticker on a webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stock Ticker Lookup
Pobierz pliki rozszerzeń Stock Ticker Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Stock Ticker Lookup |
ID | ckjpfhbpkkphhcfahbnepfilflpmdhin |
Oficjalny URL | https://chromewebstore.google.com/detail/stock-ticker-lookup/ckjpfhbpkkphhcfahbnepfilflpmdhin |
Opis | Conveniently view details about a highlighted stock ticker on a webpage. |
Rozmiar pliku | 205 KB |
Liczba instalacji | 201 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-01-10 |
Data Publikacji | 2021-01-10 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Anna Xing |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/anna-xing/ticker-extension |
Adres URL Strony Pomocy | https://github.com/anna-xing/ticker-extension/blob/main/README.md |
Obsługiwane Języki | 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": [ " |