Rabet

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

Qu'est-ce que Rabet ?

Rabet est une extension Chrome développée par https://rabet.io, et sa fonction principale est "Rabet extension, a simple way to interact with Stellar network.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rabet

Téléchargez les fichiers d'extension Rabet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Rabet Rabet
ID hgmoaheomcjnaheggkfafnjilfcefbmo
URL Officiel https://chromewebstore.google.com/detail/rabet/hgmoaheomcjnaheggkfafnjilfcefbmo
Description Rabet extension, a simple way to interact with Stellar network.
Taille du Fichier 2.06 MB
Nombre d'Installations 3,501
Version Actuelle 1.7.3
Dernière Mise à Jour 2022-08-23
Date de Publication 2021-02-17
Évaluation 4.09/5 Total 11 Évaluations
Développeur https://rabet.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rabet.io
URL de la Page d'Aide https://discord.com/invite/VkYdnRKUtZ
URL de la Page de Politique de Confidentialité https://rabet.io/privacy-policy
Langues Prises en Charge 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
    }
}