AMZN stock ticker

Show AMZN stock price in your Chrome browser

AMZN stock ticker란 무엇입니까?

AMZN stock ticker은(는) Ivo Janssen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show AMZN stock price in your Chrome browser"입니다.

확장 프로그램 스크린샷

screenshot

AMZN stock ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you wish that you could look at your favorite stock quote at a glance without having to open a separate tab and search for it? This little utility will display the latest stock quote right in your extension bar. Options include a configurable update interval and you can change the stock symbol as well. By default it shows the AMZN stock symbol.                    

확장 프로그램 기본 정보

이름 AMZN stock ticker AMZN stock ticker
ID cbmpnogekngmlcgpejiiigiggklhdlij
공식 URL https://chromewebstore.google.com/detail/amzn-stock-ticker/cbmpnogekngmlcgpejiiigiggklhdlij
설명 Show AMZN stock price in your Chrome browser
파일 크기 12.59 KB
설치 횟수 30
현재 버전 0.9.5
최근 업데이트 2022-08-24
출시 날짜 2022-05-21
개발자 Ivo Janssen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/janssenivo/amzn-chrome
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZN stock ticker",
    "description": "Show AMZN stock price in your Chrome browser",
    "version": "0.9.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/yh-finance.p.rapidapi.com\/stock\/"
    ],
    "action": {
        "default_icon": {
            "128": "amazon128.png"
        }
    }
}