Realtime Quotes
Realtime price for portfolio tickers fetched from Yahoo Finance API
什么是Realtime Quotes?
Realtime Quotes是由Laksh开发的Chrome扩展程序,该扩展的主要功能是“Realtime price for portfolio tickers fetched from Yahoo Finance API”。
扩展截图
下载Realtime Quotes扩展crx文件
下载Realtime Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |