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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |