Earth Wallet
The Wallet for Earth.
Earth Wallet là gì?
Earth Wallet là một tiện ích mở rộng Chrome được phát triển bởi http://earthwallet.io, và tính năng chính của nó là "The Wallet for Earth.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Earth Wallet
Tải xuống các tệp mở rộng Earth Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | agkfnefiabmfpanochlcakggnkdfmmjd |
URL Chính Thức | https://chrome.google.com/webstore/detail/earth-wallet/agkfnefiabmfpanochlcakggnkdfmmjd |
Mô tả | The Wallet for Earth. |
Kích Thước Tệp | 68.74 MB |
Số Lần Cài Đặt | 7,662 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-02-25 |
Ngày Phát Hành | 2021-07-20 |
Đánh Giá | 3.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | http://earthwallet.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://earthwallet.io |
URL Trang Trợ Giúp | https://t.me/earth_wallet |
URL Trang Chính Sách Bảo Mật | https://www.earthwallet.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |