Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
Realtime Quotes là gì?
Realtime Quotes là một tiện ích mở rộng Chrome được phát triển bởi Laksh, và tính năng chính của nó là "Realtime price for portfolio tickers fetched from Yahoo Finance API".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Realtime Quotes
Tải xuống các tệp mở rộng Realtime Quotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Realtime Quotes |
ID | jhfkjpkleinhjlgmofanmgoepmifcgek |
URL Chính Thức | https://chromewebstore.google.com/detail/realtime-quotes/jhfkjpkleinhjlgmofanmgoepmifcgek |
Mô tả | Realtime price for portfolio tickers fetched from Yahoo Finance API |
Kích Thước Tệp | 711 KB |
Số Lần Cài Đặt | 520 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2021-01-19 |
Ngày Phát Hành | 2020-12-15 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Laksh |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/Laksh47 |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |