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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Built-in secrecy, sourcing parts from unnamed sources.

Roams the seas beyond the reach of land-based governments.                    

확장 프로그램 기본 정보

이름 Nautilus Wallet 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
이메일 [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"
}