Rabet

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

什麼是Rabet?

Rabet是由https://rabet.io開發的Chrome擴展程式,該擴展的主要功能是“Rabet extension, a simple way to interact with Stellar network.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Rabet擴展crx文件

下載Rabet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}