Earth Wallet
The Wallet for Earth.
Earth Walletとは何ですか?
Earth Walletはhttp://earthwallet.ioによって開発されたChromeの拡張機能で、その主な機能は「The Wallet for Earth.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } ] } |