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 là gì?

aelf-explorer-extension là một tiện ích mở rộng Chrome được phát triển bởi zongzhehuang, và tính năng chính của nó là "NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng aelf-explorer-extension

Tải xuống các tệp mở rộng aelf-explorer-extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên aelf-explorer-extension aelf-explorer-extension
ID mlmlhipeonlflbcclinpbmcjdnpnmkpf
URL Chính Thức https://chromewebstore.google.com/detail/aelf-explorer-extension/mlmlhipeonlflbcclinpbmcjdnpnmkpf
Mô tả NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…
Kích Thước Tệp 2.14 MB
Số Lần Cài Đặt 1,505
Phiên Bản Hiện Tại 1.2.10
Cập Nhật Lần Cuối 2022-10-25
Ngày Phát Hành 2020-06-23
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển zongzhehuang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}