Nebulas Wallet

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

O que é Nebulas Wallet?

Nebulas Wallet é uma extensão do Chrome desenvolvida por https://nebulaswallet.app, e sua principal característica é "User Friendly $NAS Wallet. The easiest way to start using Nebulas.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nebulas Wallet

Baixe arquivos de extensão Nebulas Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nebulas Wallet Nebulas Wallet
ID magbanejlegnbcppjljfhnmfmghialkl
URL Oficial https://chromewebstore.google.com/detail/nebulas-wallet/magbanejlegnbcppjljfhnmfmghialkl
Descrição User Friendly $NAS Wallet. The easiest way to start using Nebulas.
Tamanho do Arquivo 896 KB
Contagem de Instalações 134
Versão Atual 1.0.5
Última Atualização 2018-07-05
Data de Publicação 2018-07-04
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor https://nebulaswallet.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nebulaswallet.app
Idiomas Suportados 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
}