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.」です。
拡張機能のスクリーンショット
Nebulas Wallet拡張機能のCRXファイルをダウンロード
Nebulas Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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
} | |