Rabet

Rabet extension, a simple way to interact with Stellar network.

Rabet क्या है?

Rabet https://rabet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rabet extension, a simple way to interact with Stellar network."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Rabet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Rabet is an integrated set of open-source wallets for the Stellar network, allowing everyone around the world to interact with Stellar.

For users
Users can easily do all operations available on Stellar, including asset transfer or asset exchange, and interact with all the Stellar apps in a safe user-friendly environment. Rabet is your key to entering the world of Stellar.

For developers
Developers can directly inject Rabet into their application through the browser without the need to install an SDK or package. This is the start of safe interaction with your users.

Docs: https://docs.rabet.io                    

एक्सटेंशन की मूल जानकारी

नाम Rabet Rabet
ID hgmoaheomcjnaheggkfafnjilfcefbmo
आधिकारिक URL https://chromewebstore.google.com/detail/rabet/hgmoaheomcjnaheggkfafnjilfcefbmo
विवरण Rabet extension, a simple way to interact with Stellar network.
फ़ाइल का आकार 2.06 MB
स्थापना संख्या 3,501
वर्तमान संस्करण 1.7.3
अंतिम अपडेट 2022-08-23
प्रकाशन तिथि 2021-02-17
रेटिंग 4.09/5 कुल 11 रेटिंग्स
डेवलपर https://rabet.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rabet.io
सहायता पृष्ठ URL https://discord.com/invite/VkYdnRKUtZ
गोपनीयता नीति पृष्ठ URL https://rabet.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rabet",
    "version": "1.7.3",
    "description": "Rabet extension, a simple way to interact with Stellar network.",
    "homepage_url": "https:\/\/rabet.io",
    "icons": {
        "16": "logo\/16x16.png",
        "32": "logo\/32x32.png",
        "48": "logo\/48x48.png",
        "128": "logo\/128x128.png"
    },
    "browser_action": {
        "default_title": "Rabet",
        "default_icon": "logo\/128x128.png",
        "default_popup": "dist\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/*.*"
    ],
    "background": {
        "scripts": [
            "dist\/background_script.js",
            "dist\/727.js"
        ],
        "persistent": false
    }
}