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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Realtime Quotes
ID jhfkjpkleinhjlgmofanmgoepmifcgek
官方網址 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\/*"
    ]
}