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
官方網址 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
電子郵箱 [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"
    }
}