Theta Wallet
Theta Wallet & gateway to blockchain apps on the Theta Network.
Qu'est-ce que Theta Wallet ?
Theta Wallet est une extension Chrome développée par https://wallet.thetatoken.org, et sa fonction principale est "Theta Wallet & gateway to blockchain apps on the Theta Network.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Theta Wallet
Téléchargez les fichiers d'extension Theta Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ckelpdlfgochnkdgikcgbimdcfgpkhgk |
URL Officiel | https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk |
Description | Theta Wallet & gateway to blockchain apps on the Theta Network. |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 14,612 |
Version Actuelle | 3.2.0 |
Dernière Mise à Jour | 2022-03-19 |
Date de Publication | 2020-12-16 |
Évaluation | 3.72/5 Total 18 Évaluations |
Développeur | https://wallet.thetatoken.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.thetatoken.org |
URL de la Page d'Aide | https://docs.thetatoken.org |
URL de la Page de Politique de Confidentialité | https://www.thetatoken.org/privacy-policy |
Langues Prises en Charge | 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" ] } |