Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
Was ist Realtime Quotes?
Realtime Quotes ist eine Chrome-Erweiterung, die von Laksh entwickelt wurde, und ihr Hauptmerkmal ist "Realtime price for portfolio tickers fetched from Yahoo Finance API".
Erweiterungsscreenshots
Realtime Quotes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Realtime Quotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Realtime Quotes |
ID | jhfkjpkleinhjlgmofanmgoepmifcgek |
Offizielle URL | https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek |
Beschreibung | Realtime price for portfolio tickers fetched from Yahoo Finance API |
Dateigröße | 711 KB |
Installationsanzahl | 520 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2021-01-19 |
Veröffentlichungsdatum | 2020-12-15 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Laksh |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/Laksh47 |
Unterstützte Sprachen | 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\/*" ] } |