ENS Gateway: .Eth Domain Browser for Ethereum
Resolves .Eth Domains for the Ethereum Name Service
ENS Gateway: .Eth Domain Browser for Ethereum란 무엇입니까?
ENS Gateway: .Eth Domain Browser for Ethereum은(는) http://ensgateway.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resolves .Eth Domains for the Ethereum Name Service"입니다.
확장 프로그램 스크린샷
ENS Gateway: .Eth Domain Browser for Ethereum 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View Ethereum .Eth websites when you type them into your browser. ENS Gateway retrieves websites for the requested ENS domain and renders them for your viewing pleasure. ENS is the distributed cryptographic domain name system for Ethereum that uses the ".Eth" tld. Eth domains can resolve websites, or serve as easy to remember addresses for Ether wallets.
확장 프로그램 기본 정보
이름 | |
ID | jkaiofboahfpipgijdgdmbdldlgcipgo |
공식 URL | https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo |
설명 | Resolves .Eth Domains for the Ethereum Name Service |
파일 크기 | 3.12 MB |
설치 횟수 | 720 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2017-12-03 |
출시 날짜 | 2017-12-03 |
평점 | 4.63/5 총 8 개의 평점 |
개발자 | http://ensgateway.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ensgateway.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ENS Gateway: .Eth Domain Browser for Ethereum", "short_name": "ENS Gateway", "version": "0.1.3", "manifest_version": 2, "description": "Resolves .Eth Domains for the Ethereum Name Service", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "idle", "proxy" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "ENS Gateway" } } |