Nautilus Wallet
Privacy Wallet Designed for Ergo Network
Nautilus Walletとは何ですか?
Nautilus WalletはNautilus Walletによって開発されたChromeの拡張機能で、その主な機能は「Privacy Wallet Designed for Ergo Network」です。
拡張機能のスクリーンショット
Nautilus Wallet拡張機能のCRXファイルをダウンロード
Nautilus Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Built-in secrecy, sourcing parts from unnamed sources. Roams the seas beyond the reach of land-based governments.
拡張機能の基本情報
名前 | Nautilus Wallet |
ID | gjlmehlldlphhljhpnlddaodbjjcchai |
公式URL | https://chromewebstore.google.com/detail/nautilus-wallet/gjlmehlldlphhljhpnlddaodbjjcchai |
説明 | Privacy Wallet Designed for Ergo Network |
ファイルサイズ | 3.23 MB |
インストール数 | 20,000 |
現在のバージョン | 0.9.2 |
最終更新日 | 2023-12-31 |
公開日 | 2022-01-26 |
評価 | 4.76/5 合計 34 レビュー |
開発者 | Nautilus Wallet |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/capt-nemo429/nautilus-wallet/blob/master/privacy-policy.md |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Nautilus", "manifest_version": 2, "minimum_chrome_version": "48", "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';", "browser_action": { "default_popup": "index.html", "default_title": "Nautilus Wallet" }, "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/injector.js" ], "run_at": "document_start", "all_frames": true } ], "name": "Nautilus Wallet", "description": "Privacy Wallet Designed for Ergo Network", "icons": { "48": "icons\/app\/m-48.png", "128": "icons\/app\/m-128.png", "512": "icons\/app\/m-512.png" }, "version": "0.9.2" } |