Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
Cos'è Realtime Quotes?
Realtime Quotes è un'estensione di Chrome sviluppata da Laksh, e la sua funzione principale è "Realtime price for portfolio tickers fetched from Yahoo Finance API".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Realtime Quotes
Scarica i file di estensione Realtime Quotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Realtime Quotes |
ID | jhfkjpkleinhjlgmofanmgoepmifcgek |
URL Ufficiale | https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek |
Descrizione | Realtime price for portfolio tickers fetched from Yahoo Finance API |
Dimensione del File | 711 KB |
Conteggio Installazioni | 520 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2021-01-19 |
Data di Pubblicazione | 2020-12-15 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Laksh |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/Laksh47 |
Lingue Supportate | 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\/*" ] } |