Ripple Balance

Check your Ripple account balance in your browse

Ripple Balance là gì?

Ripple Balance là một tiện ích mở rộng Chrome được phát triển bởi https://n3tc4t.github.io, và tính năng chính của nó là "Check your Ripple account balance in your browse".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Ripple Balance 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

                        You can enable/disable incoming transaction notifications and set your account address on the options screen. (right click the Ripple icon and select options)

Source code is available here :

https://github.com/N3TC4T/ripple-balance

Powered By XRP Army                    

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

Tên Ripple Balance Ripple Balance
ID jjjgbmppjlnmepdkblphendlefeaehba
URL Chính Thức https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba
Mô tả Check your Ripple account balance in your browse
Kích Thước Tệp 33.1 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2018-03-07
Ngày Phát Hành 2018-03-07
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://n3tc4t.github.io
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/N3TC4T/ripple-balance
URL Trang Trợ Giúp https://github.com/N3TC4T/ripple-balance/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ripple Balance",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Check your Ripple account balance in your browse",
    "homepage_url": "https:\/\/github.com\/N3TC4T\/ripple-balance",
    "icons": {
        "16": "icons\/icon16-grey.png",
        "48": "icons\/icon48-grey.png",
        "128": "icons\/icon128-grey.png"
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19-grey.png",
        "default_title": "Show Balance",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/ripple.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/data.ripple.com\/*"
    ]
}