Earth Wallet
The Wallet for Earth.
Co to jest Earth Wallet?
Earth Wallet to rozszerzenie Chrome opracowane przez http://earthwallet.io, a jego główną funkcją jest „The Wallet for Earth.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Earth Wallet
Pobierz pliki rozszerzeń Earth Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | agkfnefiabmfpanochlcakggnkdfmmjd |
Oficjalny URL | https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd |
Opis | The Wallet for Earth. |
Rozmiar pliku | 68.74 MB |
Liczba instalacji | 7,662 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-02-25 |
Data Publikacji | 2021-07-20 |
Ocena | 3.67/5 Łącznie 12 Oceny |
Deweloper | http://earthwallet.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://earthwallet.io |
Adres URL Strony Pomocy | https://t.me/earth_wallet |
Adres URL Strony Polityki Prywatności | https://www.earthwallet.io/privacy |
Obsługiwane Języki | 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 } ] } |