Realtime Quotes

Realtime price for portfolio tickers fetched from Yahoo Finance API

Realtime Quotesคืออะไร?

Realtime Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laksh และคุณลักษณะหลักของมันคือ "Realtime price for portfolio tickers fetched from Yahoo Finance API"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Realtime Quotes

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}