Rabet

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

Rabetคืออะไร?

Rabet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rabet.io และคุณลักษณะหลักของมันคือ "Rabet extension, a simple way to interact with Stellar network."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rabet

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}