aelf-explorer-extension

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

Co je aelf-explorer-extension?

aelf-explorer-extension je rozšíření Chrome vyvinuté zongzhehuang, a jeho hlavní funkcí je „NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření aelf-explorer-extension

Stáhněte si soubory rozšíření aelf-explorer-extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název aelf-explorer-extension aelf-explorer-extension
ID mlmlhipeonlflbcclinpbmcjdnpnmkpf
Oficiální URL https://chromewebstore.google.com/detail/aelf-explorer-extension/mlmlhipeonlflbcclinpbmcjdnpnmkpf
Popis NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…
Velikost souboru 2.14 MB
Počet instalací 1,505
Aktuální Verze 1.2.10
Poslední Aktualizace 2022-10-25
Datum Vydání 2020-06-23
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář zongzhehuang
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}