Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
Realtime Quotes क्या है?
Realtime Quotes Laksh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Realtime price for portfolio tickers fetched from Yahoo Finance API"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Realtime Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Realtime Quotes |
ID | jhfkjpkleinhjlgmofanmgoepmifcgek |
आधिकारिक URL | https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek |
विवरण | Realtime price for portfolio tickers fetched from Yahoo Finance API |
फ़ाइल का आकार | 711 KB |
स्थापना संख्या | 520 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2021-01-19 |
प्रकाशन तिथि | 2020-12-15 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | Laksh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/Laksh47 |
समर्थित भाषाएँ | 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\/*" ] } |