TezBox - Tezos Wallet

Secure Tezos Wallet from your browser

Wat is TezBox - Tezos Wallet?

TezBox - Tezos Wallet is een Chrome-extensie ontwikkeld door tezboxdev, en de belangrijkste functie is "Secure Tezos Wallet from your browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TezBox - Tezos Wallet

Download TezBox - Tezos 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

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

Basisinformatie over de Extensie

Naam TezBox - Tezos Wallet TezBox - Tezos Wallet
ID mnfifefkajgofkcjkemidiaecocnkjeh
Officiële URL https://chromewebstore.google.com/detail/tezbox-tezos-wallet/mnfifefkajgofkcjkemidiaecocnkjeh
Beschrijving Secure Tezos Wallet from your browser
Bestandsgrootte 2.29 MB
Aantal Installaties 4,575
Huidige Versie 20.0.1
Laatst Bijgewerkt 2019-10-18
Publicatiedatum 2019-10-18
Beoordeling 3.73/5 Totaal 15 Beoordelingen
Ontwikkelaar tezboxdev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tezbox.com
Ondersteunde Talen 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'"
}