Ripple Balance

Check your Ripple account balance in your browse

Ripple Balance क्या है?

Ripple Balance https://n3tc4t.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your Ripple account balance in your browse"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ripple Balance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}