TezBox - Tezos Wallet

Secure Tezos Wallet from your browser

TezBox - Tezos Wallet là gì?

TezBox - Tezos Wallet là một tiện ích mở rộng Chrome được phát triển bởi tezboxdev, và tính năng chính của nó là "Secure Tezos Wallet from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TezBox - Tezos Wallet

Tải xuống các tệp mở rộng TezBox - Tezos Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        TezBox is a multi-platform Tezos Vault, streamlining payments and DAPP integration.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TezBox - Tezos Wallet TezBox - Tezos Wallet
ID mnfifefkajgofkcjkemidiaecocnkjeh
URL Chính Thức https://chromewebstore.google.com/detail/tezbox-tezos-wallet/mnfifefkajgofkcjkemidiaecocnkjeh
Mô tả Secure Tezos Wallet from your browser
Kích Thước Tệp 2.29 MB
Số Lần Cài Đặt 4,575
Phiên Bản Hiện Tại 20.0.1
Cập Nhật Lần Cuối 2019-10-18
Ngày Phát Hành 2019-10-18
Đánh Giá 3.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển tezboxdev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tezbox.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TezBox - Tezos Wallet",
    "short_name": "TezBox",
    "version": "20.0.1",
    "manifest_version": 2,
    "author": "https:\/\/tezbox.com",
    "description": "Secure Tezos Wallet from your browser",
    "icons": {
        "16": "skin\/images\/icon-16.png",
        "128": "skin\/images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "skin\/js\/protobuf.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "skin\/images\/icon-19.png",
            "38": "skin\/images\/icon-38.png"
        }
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        ""
    ],
    "web_accessible_resources": [
        "skin\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "img-src 'self' 'unsafe-eval'; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}