Realtime Quotes

Realtime price for portfolio tickers fetched from Yahoo Finance API

Co to jest Realtime Quotes?

Realtime Quotes to rozszerzenie Chrome opracowane przez Laksh, a jego główną funkcją jest „Realtime price for portfolio tickers fetched from Yahoo Finance API”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Realtime Quotes

Pobierz pliki rozszerzeń Realtime Quotes 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

                        Browser extension that fetches real-time price quotes (using stocks tickers) powered by Yahoo finance public API

- No more 15 min delayed quotes, all quotes are realtime from Yahoo API
- No need to open your app or hit a url to check realtime stock prices
- Now track realtime quotes right in the browser, say no to context switching
- All quotes powered by free Yahoo public API

Developers:
Ganesh Rajasekar - https://github.com/ganesh292/
Lakshmanan Arumugam - https://github.com/laksh47/

Project's Open Source Repository can be found here: https://github.com/Laksh47/realtime-quotes                    

Podstawowe informacje o rozszerzeniu

Nazwa Realtime Quotes Realtime Quotes
ID jhfkjpkleinhjlgmofanmgoepmifcgek
Oficjalny URL https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek
Opis Realtime price for portfolio tickers fetched from Yahoo Finance API
Rozmiar pliku 711 KB
Liczba instalacji 520
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2021-01-19
Data Publikacji 2020-12-15
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Laksh
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/Laksh47
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Quotes",
    "description": "Realtime price for portfolio tickers fetched from Yahoo Finance API",
    "version": "0.0.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-qfrhMW9eTbaLovJo7vyzLPA2PQa8LfNWL1QWi8ICtw8='; object-src 'self'",
    "permissions": [
        "*:\/\/*.yahoo.com\/*"
    ]
}