Earth Wallet
The Wallet for Earth.
Earth Walletคืออะไร?
Earth Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://earthwallet.io และคุณลักษณะหลักของมันคือ "The Wallet for Earth."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Earth Wallet
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | agkfnefiabmfpanochlcakggnkdfmmjd |
URL อย่างเป็นทางการ | 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 } ] } |