Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Ripple Price Ticker là gì?

Ripple Price Ticker là một tiện ích mở rộng Chrome được phát triển bởi jmar42, và tính năng chính của nó là "Ripple Price Ticker and other utilities around Ripple".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ripple Price Ticker

Tải xuống các tệp mở rộng Ripple Price Ticker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get updated Ripple XRP prices with high/low alerts.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
URL Chính Thức https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Mô tả Ripple Price Ticker and other utilities around Ripple
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2018-01-11
Ngày Phát Hành 2018-01-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jmar42
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}