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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ripple Balance 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Ripple Balance Ripple Balance
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\/*"
    ]
}