Theta Wallet

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

Theta Wallet क्या है?

Theta Wallet https://wallet.thetatoken.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Theta Wallet & gateway to blockchain apps on the Theta Network."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Theta Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Theta Wallet Theta Wallet
ID ckelpdlfgochnkdgikcgbimdcfgpkhgk
आधिकारिक URL https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk
विवरण Theta Wallet & gateway to blockchain apps on the Theta Network.
फ़ाइल का आकार 1.43 MB
स्थापना संख्या 14,612
वर्तमान संस्करण 3.2.0
अंतिम अपडेट 2022-03-19
प्रकाशन तिथि 2020-12-16
रेटिंग 3.72/5 कुल 18 रेटिंग्स
डेवलपर https://wallet.thetatoken.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.thetatoken.org
सहायता पृष्ठ URL https://docs.thetatoken.org
गोपनीयता नीति पृष्ठ URL https://www.thetatoken.org/privacy-policy
समर्थित भाषाएँ 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"
    ]
}