Earth Wallet

The Wallet for Earth.

O que é Earth Wallet?

Earth Wallet é uma extensão do Chrome desenvolvida por http://earthwallet.io, e sua principal característica é "The Wallet for Earth.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Earth Wallet

Baixe arquivos de extensão Earth Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Earth Wallet Earth Wallet
ID agkfnefiabmfpanochlcakggnkdfmmjd
URL Oficial https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd
Descrição The Wallet for Earth.
Tamanho do Arquivo 68.74 MB
Contagem de Instalações 7,662
Versão Atual 1.0.1
Última Atualização 2023-02-25
Data de Publicação 2021-07-20
Classificação 3.67/5 Total de 12 Avaliações
Desenvolvedor http://earthwallet.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://earthwallet.io
URL da Página de Ajuda https://t.me/earth_wallet
URL da Página de Política de Privacidade https://www.earthwallet.io/privacy
Idiomas Suportados 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
        }
    ]
}