Earth Wallet

The Wallet for Earth.

Co je Earth Wallet?

Earth Wallet je rozšíření Chrome vyvinuté http://earthwallet.io, a jeho hlavní funkcí je „The Wallet for Earth.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Earth Wallet

Stáhněte si soubory rozšíření Earth Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Earth Wallet is an open source and free digital asset wallet for regenerative finance and NFTs. Create, Collect, and share art, music, and photography NFTs that help power movements to regenerate the Earth.                    

Základní Informace o Rozšíření

Název Earth Wallet Earth Wallet
ID agkfnefiabmfpanochlcakggnkdfmmjd
Oficiální URL https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd
Popis The Wallet for Earth.
Velikost souboru 68.74 MB
Počet instalací 7,662
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-02-25
Datum Vydání 2021-07-20
Hodnocení 3.67/5 Celkem 12 Hodnocení
Vývojář http://earthwallet.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://earthwallet.io
URL Stránky Nápovědy https://t.me/earth_wallet
URL Stránky Zásad Ochrany Soukromí https://www.earthwallet.io/privacy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Earth Wallet",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "description": "The Wallet for Earth.",
    "homepage_url": "https:\/\/github.com\/earthdao\/wallet",
    "short_name": "Earth Wallet",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'; script-src-elem 'self' data:;",
    "author": "earth",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "32": "assets\/images\/icon-32.png",
            "48": "assets\/images\/icon-48.png",
            "64": "assets\/images\/icon-64.png",
            "128": "assets\/images\/icon-128.png"
        },
        "default_title": "Earth Wallet",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}