Earth Wallet
The Wallet for Earth.
Earth Wallet क्या है?
Earth Wallet http://earthwallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Wallet for Earth."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Earth Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |