Nebulas Wallet

User Friendly $NAS Wallet. The easiest way to start using Nebulas.

Nebulas Wallet란 무엇입니까?

Nebulas Wallet은(는) https://nebulaswallet.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "User Friendly $NAS Wallet. The easiest way to start using Nebulas."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Nebulas Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Nebulas Wallet is the easiest way to start using Nebulas distributed applications, or "Dapps" in your normal Chrome browser!

Nebulas is a next generation public blockchain, aiming for a continuously improving ecosystem.

This extension will kickstart your blockchain experience :
1. Easy to use wallet: An encrypted wallet is generated automatically for you.
2. Seed Funds: The first 1M users get 1000 Gwei on the next minted block. 
3. Simple transfers: Send and receive $NAS directly from your browser.
4. Distributed Apps: NebPay integration allows you to start using Dapps right away!

Nebulas Wallet is still under development, feel free to check the source code here:
https://github.com/fpanettieri/nebulas-wallet                    

확장 프로그램 기본 정보

이름 Nebulas Wallet Nebulas Wallet
ID magbanejlegnbcppjljfhnmfmghialkl
공식 URL https://chromewebstore.google.com/detail/nebulas-wallet/magbanejlegnbcppjljfhnmfmghialkl
설명 User Friendly $NAS Wallet. The easiest way to start using Nebulas.
파일 크기 896 KB
설치 횟수 134
현재 버전 1.0.5
최근 업데이트 2018-07-05
출시 날짜 2018-07-04
평점 4.75/5 총 4 개의 평점
개발자 https://nebulaswallet.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nebulaswallet.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nebulas Wallet",
    "short_name": "$NAS Wallet",
    "version": "1.0.5",
    "description": "User Friendly $NAS Wallet. The easiest way to start using Nebulas.",
    "author": "https:\/\/nebulaswallet.app",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "identity",
        "identity.email",
        "downloads"
    ],
    "background": {
        "scripts": [
            "js\/nebulas.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Nebulas Wallet",
        "default_popup": "html\/wallet.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "32": "img\/icon32.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}