Theta Wallet

Theta Wallet & gateway to blockchain apps on the Theta Network.

Cos'è Theta Wallet?

Theta Wallet è un'estensione di Chrome sviluppata da https://wallet.thetatoken.org, e la sua funzione principale è "Theta Wallet & gateway to blockchain apps on the Theta Network.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Theta Wallet

Scarica i file di estensione Theta Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Theta Wallet Theta Wallet
ID ckelpdlfgochnkdgikcgbimdcfgpkhgk
URL Ufficiale https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk
Descrizione Theta Wallet & gateway to blockchain apps on the Theta Network.
Dimensione del File 1.43 MB
Conteggio Installazioni 14,612
Versione Corrente 3.2.0
Ultimo Aggiornamento 2022-03-19
Data di Pubblicazione 2020-12-16
Valutazione 3.72/5 Totale 18 Valutazioni
Sviluppatore https://wallet.thetatoken.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.thetatoken.org
URL della Pagina di Aiuto https://docs.thetatoken.org
URL della Pagina della Politica sulla Privacy https://www.thetatoken.org/privacy-policy
Lingue Supportate 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"
    ]
}