Radix Wallet Connector

Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices.

什麼是Radix Wallet Connector?

Radix Wallet Connector是由https://radixdlt.com開發的Chrome擴展程式,該擴展的主要功能是“Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices.”。

擴展截圖

screenshot

下載Radix Wallet Connector擴展crx文件

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

擴展使用說明

                        The Radix Connector browser extension is a companion to the Radix Wallet app for mobile. It links to your Radix Wallet and allows it to interact with dApps running on the Radix network in your Chrome browser. It also makes it possible to connect and use Ledger hardware wallet devices with your Radix Wallet.                    

擴展基本資訊

名稱 Radix Wallet Connector Radix Wallet Connector
ID bfeplaecgkoeckiidkgkmlllfbaeplgm
官方網址 https://chromewebstore.google.com/detail/radix-wallet-connector/bfeplaecgkoeckiidkgkmlllfbaeplgm
簡介 Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices.
檔案大小 582 KB
安裝次數 13,318
目前版本 1.3.7
更新時間 2024-02-23
上架時間 2023-09-26
評分 4.79/5 共 33 次評分
開發者 https://radixdlt.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://radixdlt.com/
隱私政策頁面URL https://www.radixdlt.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Radix Wallet Connector",
    "version": "1.3.7",
    "description": "Only used with the Radix Wallet mobile app. Link Wallet Connector to your wallet to use dApps in Chrome, or use Ledger devices.",
    "version_name": "1.3.7",
    "action": {
        "default_popup": "src\/pairing\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader.25175edf.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "options_page": "src\/options\/index.html",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "http:\/\/127.0.0.1\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "offscreen",
        "scripting",
        "notifications",
        "contextMenus",
        "idle"
    ],
    "icons": {
        "16": "radix-icon_16x16.png",
        "48": "radix-icon_48x48.png",
        "128": "radix-icon_128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/logger.a6a41dec.js",
                "assets\/message-client.a602760e.js",
                "assets\/get-connection-password.e7eba581.js",
                "assets\/first.6e9fe4da.js",
                "assets\/Subject.832f3a99.js",
                "assets\/chrome-local-store.576f614d.js",
                "assets\/content-script.ts.a35c2b56.js"
            ],
            "use_dynamic_url": false
        }
    ]
}