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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}