Earth Wallet

The Wallet for Earth.

什麼是Earth Wallet?

Earth Wallet是由http://earthwallet.io開發的Chrome擴展程式,該擴展的主要功能是“The Wallet for Earth.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Earth Wallet擴展crx文件

下載Earth Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Earth Wallet Earth Wallet
ID agkfnefiabmfpanochlcakggnkdfmmjd
官方網址 https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd
簡介 The Wallet for Earth.
檔案大小 68.74 MB
安裝次數 7,662
目前版本 1.0.1
更新時間 2023-02-25
上架時間 2021-07-20
評分 3.67/5 共 12 次評分
開發者 http://earthwallet.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://earthwallet.io
說明頁面URL https://t.me/earth_wallet
隱私政策頁面URL https://www.earthwallet.io/privacy
支援的語言 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
        }
    ]
}