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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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\/" } |