Nebulas Wallet

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

Nebulas Wallet क्या है?

Nebulas Wallet https://nebulaswallet.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "User Friendly $NAS Wallet. The easiest way to start using Nebulas."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nebulas Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}