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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}