NasExtWallet

The extension for Nebulas Dapp

Qu'est-ce que NasExtWallet ?

NasExtWallet est une extension Chrome développée par NasExtWallet, et sa fonction principale est "The extension for Nebulas Dapp".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension NasExtWallet

Téléchargez les fichiers d'extension NasExtWallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ExtensionWallet for nebulas.
It't now implemented the NebPay SDK for Nebulas BlockChain. Try it with your Dapp!

It's recommended that to import an wallet file that has a small amount of NAS.  Don't import an account that has lots of NAS.

please give your feedback at GitHub.
GitHub: https://github.com/ChengOrangeJu/WebExtensionWallet

这是星云链的钱包插件,包含了web-wallet的主要功能,实现了NebPay接口。可以用来发送转账交易,或者作为Dapp页面的支付通道。

出于安全考虑,不建议直接导入包含大额NAS的账户,请新建一个账户,然后转入少量的NAS使用。                    

Informations de Base sur l'Extension

Nom NasExtWallet NasExtWallet
ID gehjkhmhclgnkkhpfamakecfgakkfkco
URL Officiel https://chrome.google.com/webstore/detail/nasextwallet/gehjkhmhclgnkkhpfamakecfgakkfkco
Description The extension for Nebulas Dapp
Taille du Fichier 1.77 MB
Nombre d'Installations 1,699
Version Actuelle 0.2.8.2
Dernière Mise à Jour 2021-04-13
Date de Publication 2020-04-09
Évaluation 4.64/5 Total 11 Évaluations
Développeur NasExtWallet
Email [email protected]
Site Web de l'Extension https://nebulas.io
URL de la Page de Politique de Confidentialité https://walletapi.nebulas.io/privacy.html
Langues Prises en Charge en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NasExtWallet",
    "default_locale": "en",
    "description": "The extension for Nebulas Dapp",
    "version": "0.2.8.2",
    "manifest_version": 2,
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "https:\/\/*.nebulas.io\/",
        "activeTab",
        "*:\/\/*\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "html\/lib\/nebulas.js",
            "html\/js\/1-localSave.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Nebulas",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/sendNas.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "inpage.js"
    ],
    "options_page": "html\/options.html",
    "homepage_url": "https:\/\/github.com\/nebulasio\/WebExtensionWallet"
}