aelf-explorer-extension

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

什麼是aelf-explorer-extension?

aelf-explorer-extension是由zongzhehuang開發的Chrome擴展程式,該擴展的主要功能是“NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…”。

擴展截圖

下載aelf-explorer-extension擴展crx文件

下載aelf-explorer-extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 aelf-explorer-extension aelf-explorer-extension
ID mlmlhipeonlflbcclinpbmcjdnpnmkpf
官方網址 https://chromewebstore.google.com/detail/aelf-explorer-extension/mlmlhipeonlflbcclinpbmcjdnpnmkpf
簡介 NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…
檔案大小 2.14 MB
安裝次數 1,505
目前版本 1.2.10
更新時間 2022-10-25
上架時間 2020-06-23
評分 4.75/5 共 4 次評分
開發者 zongzhehuang
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}