Earth Wallet

The Wallet for Earth.

Wat is Earth Wallet?

Earth Wallet is een Chrome-extensie ontwikkeld door http://earthwallet.io, en de belangrijkste functie is "The Wallet for Earth.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Earth Wallet

Download Earth 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

                        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.                    

Basisinformatie over de Extensie

Naam Earth Wallet Earth Wallet
ID agkfnefiabmfpanochlcakggnkdfmmjd
Officiële URL https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd
Beschrijving The Wallet for Earth.
Bestandsgrootte 68.74 MB
Aantal Installaties 7,662
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-02-25
Publicatiedatum 2021-07-20
Beoordeling 3.67/5 Totaal 12 Beoordelingen
Ontwikkelaar http://earthwallet.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://earthwallet.io
Help Pagina-URL https://t.me/earth_wallet
URL van de Privacybeleid Pagina https://www.earthwallet.io/privacy
Ondersteunde Talen 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
        }
    ]
}