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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zongzhehuang, και η κύρια λειτουργία του είναι "NightElf for user and developers. NightElf is an extension for accessing aelf enabled distributed applications, or "Dapps" in your…".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης aelf-explorer-extension

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
}