EOSDNS
Enables the resolving of .eos domains.
EOSDNS là gì?
EOSDNS là một tiện ích mở rộng Chrome được phát triển bởi http://bloks.io, và tính năng chính của nó là "Enables the resolving of .eos domains.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EOSDNS
Tải xuống các tệp mở rộng EOSDNS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
EOSDNS resolves .eos from blockchain name systems. This is the gateway to a decentralized DNS system. Every EOS user can access their domain in 3 different ways: 1) ACCOUNT.eos (e.g. eoscafeblock.eos) 2) eos://ACCOUNT (e.g. eos://eoscafeblock) 3) Type in eos, then press tab and type in account name (chrome omnibox) Your DNS settings are retrieved directly from the EOS blockchain, creating a decentralized browsing experience. Visit https://eosdns.io to learn more!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bapgppgkkohoiadofnmhphkjclmmmiac |
URL Chính Thức | https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac |
Mô tả | Enables the resolving of .eos domains. |
Kích Thước Tệp | 53.8 KB |
Số Lần Cài Đặt | 258 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2019-07-07 |
Ngày Phát Hành | 2019-07-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://bloks.io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bloks.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EOSDNS", "version": "0.0.3", "description": "Enables the resolving of .eos domains.", "icons": { "16": "icon16.png", "32": "icon32.png", "96": "icon96.png", "128": "icon128.png" }, "background": { "scripts": [ "background\/config.js", "background\/helpers.js", "background\/index.js" ] }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup\/popup.html" }, "omnibox": { "keyword": "eos" }, "permissions": [ "webRequest", "webRequestBlocking", "proxy", "storage", "*:\/\/*\/*" ], "homepage_url": "https:\/\/eosdns.io\/" } |