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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [
" | |