Theta Wallet

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

Wat is Theta Wallet?

Theta Wallet is een Chrome-extensie ontwikkeld door https://wallet.thetatoken.org, en de belangrijkste functie is "Theta Wallet & gateway to blockchain apps on the Theta Network.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Theta Wallet

Download Theta Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Theta Wallet Theta Wallet
ID ckelpdlfgochnkdgikcgbimdcfgpkhgk
Officiële URL https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk
Beschrijving Theta Wallet & gateway to blockchain apps on the Theta Network.
Bestandsgrootte 1.43 MB
Aantal Installaties 14,612
Huidige Versie 3.2.0
Laatst Bijgewerkt 2022-03-19
Publicatiedatum 2020-12-16
Beoordeling 3.72/5 Totaal 18 Beoordelingen
Ontwikkelaar https://wallet.thetatoken.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thetatoken.org
Help Pagina-URL https://docs.thetatoken.org
URL van de Privacybeleid Pagina https://www.thetatoken.org/privacy-policy
Ondersteunde Talen 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"
    ]
}