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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |