Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
Qu'est-ce que Realtime Quotes ?
Realtime Quotes est une extension Chrome développée par Laksh, et sa fonction principale est "Realtime price for portfolio tickers fetched from Yahoo Finance API".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Realtime Quotes
Téléchargez les fichiers d'extension Realtime Quotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Realtime Quotes |
ID | jhfkjpkleinhjlgmofanmgoepmifcgek |
URL Officiel | https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek |
Description | Realtime price for portfolio tickers fetched from Yahoo Finance API |
Taille du Fichier | 711 KB |
Nombre d'Installations | 520 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2021-01-19 |
Date de Publication | 2020-12-15 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Laksh |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/Laksh47 |
Langues Prises en Charge | 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\/*" ] } |