Ripple Balance
Check your Ripple account balance in your browse
什么是Ripple Balance?
Ripple Balance是由https://n3tc4t.github.io开发的Chrome扩展程序,该扩展的主要功能是“Check your Ripple account balance in your browse”。
扩展截图
下载Ripple Balance扩展crx文件
下载Ripple Balance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | jjjgbmppjlnmepdkblphendlefeaehba | 
| 官方URL | https://chromewebstore.google.com/detail/ripple-balance/jjjgbmppjlnmepdkblphendlefeaehba | 
| 简介 | Check your Ripple account balance in your browse | 
| 文件大小 | 33.1 KB | 
| 安装次数 | 19 | 
| 当前版本 | 0.0.4 | 
| 更新时间 | 2018-03-07 | 
| 上架时间 | 2018-03-07 | 
| 评分 | 2.00/5 共1次评分 | 
| 开发者 | https://n3tc4t.github.io | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/N3TC4T/ripple-balance | 
| 帮助页面URL | https://github.com/N3TC4T/ripple-balance/issues | 
| 支持的语言 | 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\/*"
    ]
}  |  |