Rabby Wallet

The game-changing wallet for Ethereum and all EVM chains

什麼是Rabby Wallet?

Rabby Wallet是由https://rabby.io開發的Chrome擴展程式,該擴展的主要功能是“The game-changing wallet for Ethereum and all EVM chains”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Rabby Wallet擴展crx文件

下載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
官方網址 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"
    ]
}