Earth Wallet

The Wallet for Earth.

¿Qué es Earth Wallet?

Earth Wallet es una extensión de Chrome desarrollada por http://earthwallet.io, y su función principal es "The Wallet for Earth.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Earth Wallet

Descarga archivos de extensión Earth Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Earth Wallet Earth Wallet
ID agkfnefiabmfpanochlcakggnkdfmmjd
URL Oficial https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd
Descripción The Wallet for Earth.
Tamaño del Archivo 68.74 MB
Cantidad de Instalaciones 7,662
Versión Actual 1.0.1
Última Actualización 2023-02-25
Fecha de Publicación 2021-07-20
Calificación 3.67/5 Total de 12 Calificaciones
Desarrollador http://earthwallet.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://earthwallet.io
URL de la Página de Ayuda https://t.me/earth_wallet
URL de la Página de Política de Privacidad https://www.earthwallet.io/privacy
Idiomas Soportados 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
        }
    ]
}