Ripple Balance
Check your Ripple account balance in your browse
Что такое Ripple Balance?
Ripple Balance - это расширение Chrome, разработанное https://n3tc4t.github.io, и его основная функция - "Check your Ripple account balance in your browse".
Снимки экрана расширения
Скачать файл CRX расширения Ripple Balance
Скачайте файлы расширений 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\/*"
    ]
}  |  |