aelf-explorer-extension

NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…

Qu'est-ce que aelf-explorer-extension ?

aelf-explorer-extension est une extension Chrome développée par zongzhehuang, et sa fonction principale est "NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension aelf-explorer-extension

Téléchargez les fichiers d'extension aelf-explorer-extension 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

                        NightElf for user and developers.

NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your normal Chrome browser!

NightElf also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.                    

Informations de Base sur l'Extension

Nom aelf-explorer-extension aelf-explorer-extension
ID mlmlhipeonlflbcclinpbmcjdnpnmkpf
URL Officiel https://chromewebstore.google.com/detail/aelf-explorer-extension/mlmlhipeonlflbcclinpbmcjdnpnmkpf
Description NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…
Taille du Fichier 2.14 MB
Nombre d'Installations 1,505
Version Actuelle 1.2.10
Dernière Mise à Jour 2022-10-25
Date de Publication 2020-06-23
Évaluation 4.75/5 Total 4 Évaluations
Développeur zongzhehuang
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "aelf-explorer-extension",
    "version": "1.2.10",
    "description": "__MSG_pluginDesc__",
    "icons": {
        "16": "assets\/images\/aelf_logo.png",
        "48": "assets\/images\/aelf_logo.png",
        "128": "assets\/images\/aelf_logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/aelf_logo.png",
        "default_title": "aelf-explorer-extension",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "default_locale": "en"
}