GemWallet
GemWallet brings the XRPL to your web browser - https://gemwallet.app
O que é GemWallet?
GemWallet é uma extensão do Chrome desenvolvida por https://gemwallet.app, e sua principal característica é "GemWallet brings the XRPL to your web browser - https://gemwallet.app".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GemWallet
Baixe arquivos de extensão GemWallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GemWallet |
ID | egebedonbdapoieedfcfkofloclfghab |
URL Oficial | https://chromewebstore.google.com/detail/gemwallet/egebedonbdapoieedfcfkofloclfghab |
Descrição | GemWallet brings the XRPL to your web browser - https://gemwallet.app |
Tamanho do Arquivo | 1.26 MB |
Contagem de Instalações | 4,510 |
Versão Atual | 3.7.0 |
Última Atualização | 2024-02-05 |
Data de Publicação | 2022-11-01 |
Classificação | 4.75/5 Total de 8 Avaliações |
Desenvolvedor | https://gemwallet.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gemwallet.app |
URL da Página de Ajuda | https://discord.gg/CnkP9KGHBe |
URL da Página de Política de Privacidade | https://gemwallet.app/privacy-policy |
Idiomas Suportados | 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" } } |