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.
Основная информация о расширении
Название | |
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": [ " |