Web23
Web23 - Smart Domains. Tokenized on Hedera.
Web23란 무엇입니까?
Web23은(는) Web23 Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web23 - Smart Domains. Tokenized on Hedera."입니다.
확장 프로그램 스크린샷
Web23 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our extension allows Google Chrome to access .hbar Smart Domains and visit the websites they’re connected to. More features will be added soon. Smart Domains A traditional domain name tells a browser where to go, whereas a smart domain tells it what to do. Similar to a smart contract on the blockchain, a smart domain uses the power of the Hedera Hashgraph native layer to bring tokenized functionality to your domain’s URL. When you mint a smart domain, the DNS web address is instructed to access assigned decentralized data and inform the URL to execute specific tokenized transactions whenever the smart domain address is typed into a web browser. Simple, seamless and secure. About Us Web23 is a secure DNS platform that allows users to register and tokenize domain names on Hedera Hashgraph; bringing utility and accessibility to both Web2 and Web3 domains. Our smart domains service lets you buy, sell and manage all your domain names in one place. Our mission is to become the one stop shop for both ICANN Web2 and tokenized Web3 domain name registration and minting. Our vision is to bridge the gap between Web2 and Web3 by providing browser access to decentralized data utility; connecting DNS to DLTs.
확장 프로그램 기본 정보
이름 | Web23 |
ID | pddgamncjimlcfcihdfmfkplfbkdpjec |
공식 URL | https://chromewebstore.google.com/detail/web23/pddgamncjimlcfcihdfmfkplfbkdpjec |
설명 | Web23 - Smart Domains. Tokenized on Hedera. |
파일 크기 | 1.6 MB |
설치 횟수 | 457 |
현재 버전 | 1.47 |
최근 업데이트 | 2022-10-06 |
출시 날짜 | 2022-06-29 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | Web23 Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://web23.io/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web23", "description": "Web23 - Smart Domains. Tokenized on Hedera.", "version": "1.47", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Web23" }, "icons": { "512": "Web23_favico.png" }, "permissions": [ "tabs", "webNavigation", "storage" ] } |