Theta Wallet
Theta Wallet & gateway to blockchain apps on the Theta Network.
O que é Theta Wallet?
Theta Wallet é uma extensão do Chrome desenvolvida por https://wallet.thetatoken.org, e sua principal característica é "Theta Wallet & gateway to blockchain apps on the Theta Network.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Theta Wallet
Baixe arquivos de extensão Theta Wallet 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
The Official Theta Wallet right in your Browser! This Theta Wallet is an extension for accessing distributed applications (Dapps) on the Theta Network right from your browser! This wallet also lets you create and manage your own accounts (via private keys, etc), so when a Dapp wants to perform a transaction and write to the Theta Blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.
Informações Básicas da Extensão
Nome | |
ID | ckelpdlfgochnkdgikcgbimdcfgpkhgk |
URL Oficial | https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk |
Descrição | Theta Wallet & gateway to blockchain apps on the Theta Network. |
Tamanho do Arquivo | 1.43 MB |
Contagem de Instalações | 14,612 |
Versão Atual | 3.2.0 |
Última Atualização | 2022-03-19 |
Data de Publicação | 2020-12-16 |
Classificação | 3.72/5 Total de 18 Avaliações |
Desenvolvedor | https://wallet.thetatoken.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.thetatoken.org |
URL da Página de Ajuda | https://docs.thetatoken.org |
URL da Página de Política de Privacidade | https://www.thetatoken.org/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.0", "manifest_version": 2, "name": "Theta Wallet", "description": "Theta Wallet & gateway to blockchain apps on the Theta Network.", "content_scripts": [ { "matches": [ "https:\/\/wallet.thetatoken.org\/theta-wallet-connect.html" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab", "notifications" ], "icons": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "web_accessible_resources": [ "inpage.js" ] } |