GemWallet

GemWallet brings the XRPL to your web browser - https://gemwallet.app

GemWalletとは何ですか?

GemWalletはhttps://gemwallet.appによって開発されたChromeの拡張機能で、その主な機能は「GemWallet brings the XRPL to your web browser - https://gemwallet.app」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

GemWallet拡張機能のCRXファイルをダウンロード

GemWallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GemWallet is a non-custodial wallet extension that brings XRPL web3 capabilities to your browser.

You will be able to use the XRP Ledger to make international payments secure in less than 5 seconds.

We don't track any personal identifiable information, your account addresses, or asset balances.

No one has access to your master password, keys or the data stored on your device, except you. Not even GemWallet.                    

拡張機能の基本情報

名前 GemWallet GemWallet
ID egebedonbdapoieedfcfkofloclfghab
公式URL https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab
説明 GemWallet brings the XRPL to your web browser - https://gemwallet.app
ファイルサイズ 1.26 MB
インストール数 4,510
現在のバージョン 3.7.0
最終更新日 2024-02-05
公開日 2022-11-01
評価 4.75/5 合計 8 レビュー
開発者 https://gemwallet.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gemwallet.app
ヘルプページのURL https://discord.gg/CnkP9KGHBe
プライバシーポリシーページのURL https://gemwallet.app/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GemWallet",
    "description": "GemWallet brings the XRPL to your web browser - https:\/\/gemwallet.app",
    "version": "3.7.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "GemWallet"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}