Rabet

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

Was ist Rabet?

Rabet ist eine Chrome-Erweiterung, die von https://rabet.io entwickelt wurde, und ihr Hauptmerkmal ist "Rabet extension, a simple way to interact with Stellar network.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Rabet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rabet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Rabet Rabet
ID hgmoaheomcjnaheggkfafnjilfcefbmo
Offizielle URL https://chromewebstore.google.com/detail/rabet/hgmoaheomcjnaheggkfafnjilfcefbmo
Beschreibung Rabet extension, a simple way to interact with Stellar network.
Dateigröße 2.06 MB
Installationsanzahl 3,501
Aktuelle Version 1.7.3
Letztes Update 2022-08-23
Veröffentlichungsdatum 2021-02-17
Bewertung 4.09/5 Insgesamt 11 Bewertungen
Entwickler https://rabet.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rabet.io
Hilfeseite URL https://discord.com/invite/VkYdnRKUtZ
URL der Datenschutzrichtlinien-Seite https://rabet.io/privacy-policy
Unterstützte Sprachen 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
    }
}