Rabby Wallet

The game-changing wallet for Ethereum and all EVM chains

Rabby Walletคืออะไร?

Rabby Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rabby.io และคุณลักษณะหลักของมันคือ "The game-changing wallet for Ethereum and all EVM chains"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Rabby Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rabby is an open source crypto wallet in your browser for Ethereum.

1. Designed for DeFi users with a smooth multi-chain experience. 
2. Protect your assets with pre-transaction potential risk scanning. 
3. Show you upcoming balance change before you sign a transaction. 

Get Rabby and start DeFi!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rabby Wallet Rabby Wallet
ID acmacodkjbdgmoleebolmdjonilkdbch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch
คำอธิบาย The game-changing wallet for Ethereum and all EVM chains
ขนาดไฟล์ 10.92 MB
จำนวนการติดตั้ง 438,236
เวอร์ชันปัจจุบัน 0.92.53
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2021-07-15
คะแนน 4.59/5 รวมทั้งหมด 285 คะแนน
ผู้พัฒนา https://rabby.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rabby.io
URL หน้าช่วยเหลือ https://rabby.io
URL หน้านโยบายความเป็นส่วนตัว https://debank.com/docs/privacy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "0.92.53",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Rabby",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/rabby.io\/",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html",
                "https:\/\/connect.onekey.so\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications",
        "contextMenus"
    ]
}