Ripple (XRP) Ticker

This extension Shows Ripple (XRP) coin in USD price.

Ripple (XRP) Ticker란 무엇입니까?

Ripple (XRP) Ticker은(는) Pieter vd Merwe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension Shows Ripple (XRP) coin in USD price."입니다.

확장 프로그램 스크린샷

screenshot

Ripple (XRP) Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The ticker shows Ripple(XRP) value in USD. It uses the Bitstamp exchange to get the latest value every 5 minutes. Click on the ticker icon to manually update the price.                    

확장 프로그램 기본 정보

이름 Ripple (XRP) Ticker Ripple (XRP) Ticker
ID hlfklgpbiajhpmgfbkfhejoofmhkhaca
공식 URL https://chromewebstore.google.com/detail/ripple-xrp-ticker/hlfklgpbiajhpmgfbkfhejoofmhkhaca
설명 This extension Shows Ripple (XRP) coin in USD price.
파일 크기 50.41 KB
설치 횟수 54
현재 버전 1.0.2
최근 업데이트 2021-05-02
출시 날짜 2019-12-03
평점 5.00/5 총 1 개의 평점
개발자 Pieter vd Merwe
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "processor.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "xrp-coin-logo_128x128.png",
        "default_title": "Ripple (XRP) Ticker"
    },
    "description": "This extension Shows Ripple (XRP) coin in USD price.",
    "icons": {
        "128": "xrp-coin-logo_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0p0JWgSneTzcgevKhGBEY5oIrYBpPP5bLdZbQlsvR\/s1DyVw4DNyo\/x5iXwnd036\/li3F9aZV+f+TAYDUIZthSEnnZaSlQg9ANBRSKnlA7FqRXrFJqMfxaxPh0XWa0ewSJOipoXCh+AiHWdVQXyAFiwUK++QoEAReOtH7w4kL13JC2HVUMJ4B1dPAnT3F62vul3uCDrMux+c+ipwOoMBcZE60dKBa80ht2\/ySVXQFT31GcQwIBohXw2SU9hqOQM0ssGNqBuNoNTNVVE9u9ZcgReUgF2ADJmAcXe+BmSWYRJQKAP5YhvPPcdsgFVGI165LoHrRq2+qUE9yEcV3ES3QIDAQAB",
    "manifest_version": 2,
    "name": "Ripple (XRP) Ticker",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/*",
        "storage"
    ],
    "short_name": "Ripple (XRP) Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}