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文件

下載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                    

擴展基本資訊

名稱 Nebulas Wallet Nebulas Wallet
ID magbanejlegnbcppjljfhnmfmghialkl
官方網址 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
}