Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
Wat is Realtime Quotes?
Realtime Quotes is een Chrome-extensie ontwikkeld door Laksh, en de belangrijkste functie is "Realtime price for portfolio tickers fetched from Yahoo Finance API".
Extensie Screenshots
Download het CRX-bestand van de extensie Realtime Quotes
Download Realtime Quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jhfkjpkleinhjlgmofanmgoepmifcgek |
| Officiële URL | https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek |
| Beschrijving | Realtime price for portfolio tickers fetched from Yahoo Finance API |
| Bestandsgrootte | 711 KB |
| Aantal Installaties | 520 |
| Huidige Versie | 0.0.6 |
| Laatst Bijgewerkt | 2021-01-19 |
| Publicatiedatum | 2020-12-15 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Laksh |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/Laksh47 |
| Ondersteunde Talen | 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\/*"
]
} | |