Rabet

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

¿Qué es Rabet?

Rabet es una extensión de Chrome desarrollada por https://rabet.io, y su función principal es "Rabet extension, a simple way to interact with Stellar network.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Rabet

Descarga archivos de extensión Rabet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Rabet Rabet
ID hgmoaheomcjnaheggkfafnjilfcefbmo
URL Oficial https://chromewebstore.google.com/detail/rabet/hgmoaheomcjnaheggkfafnjilfcefbmo
Descripción Rabet extension, a simple way to interact with Stellar network.
Tamaño del Archivo 2.06 MB
Cantidad de Instalaciones 3,501
Versión Actual 1.7.3
Última Actualización 2022-08-23
Fecha de Publicación 2021-02-17
Calificación 4.09/5 Total de 11 Calificaciones
Desarrollador https://rabet.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://rabet.io
URL de la Página de Ayuda https://discord.com/invite/VkYdnRKUtZ
URL de la Página de Política de Privacidad https://rabet.io/privacy-policy
Idiomas Soportados 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
    }
}