Nautilus Wallet

Privacy Wallet Designed for Ergo Network

什麼是Nautilus Wallet?

Nautilus Wallet是由Nautilus Wallet開發的Chrome擴展程式,該擴展的主要功能是“Privacy Wallet Designed for Ergo Network”。

擴展截圖

screenshot
screenshot

下載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 Nautilus Wallet
ID gjlmehlldlphhljhpnlddaodbjjcchai
官方網址 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
電子郵箱 [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"
}