Theta Wallet

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

什么是Theta Wallet?

Theta Wallet是由https://wallet.thetatoken.org开发的Chrome扩展程序,该扩展的主要功能是“Theta Wallet & gateway to blockchain apps on the Theta Network.”。

扩展截图

screenshot

下载Theta Wallet扩展crx文件

下载Theta Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}