EOSDNS
Enables the resolving of .eos domains.
EOSDNSคืออะไร?
EOSDNS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bloks.io และคุณลักษณะหลักของมันคือ "Enables the resolving of .eos domains."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EOSDNS
ดาวน์โหลดไฟล์ส่วนขยาย EOSDNS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bapgppgkkohoiadofnmhphkjclmmmiac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eosdns/bapgppgkkohoiadofnmhphkjclmmmiac |
คำอธิบาย | Enables the resolving of .eos domains. |
ขนาดไฟล์ | 53.8 KB |
จำนวนการติดตั้ง | 258 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2019-07-07 |
วันที่เผยแพร่ | 2019-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://bloks.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://bloks.io/privacy-policy |
ภาษาที่รองรับ | 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\/" } |