DNS over Wikipedia
Resolve .idk domains using the URL provided by the Wikipedia page for a given topic
ما هو DNS over Wikipedia؟
DNS over Wikipedia هو إضافة Chrome تم تطويرها بواسطة aaron.janse، والميزة الرئيسية لها هي "Resolve .idk domains using the URL provided by the Wikipedia page for a given topic".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DNS over Wikipedia
قم بتنزيل ملفات الامتداد DNS over Wikipedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wikipedia keeps track of official URLs for popular websites. With DNS over Wikipedia installed, domains ending with `.idk` are resolved by searching Wikipedia and extracting the relevant URL from the infobox. Example: 1. Type `scihub.idk/` in the browser address bar 2. Observe redirect to `https://sci-hub.tw` Written by Aaron Janse and Vihan Bhargava.
معلومات أساسية عن التمديد
الاسم | DNS over Wikipedia |
ID | mjmjpfncapfopnommmngnmjalkopljji |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dns-over-wikipedia/mjmjpfncapfopnommmngnmjalkopljji |
الوصف | Resolve .idk domains using the URL provided by the Wikipedia page for a given topic |
حجم الملف | 3.8 KB |
عدد التثبيتات | 272 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2020-04-10 |
تاريخ النشر | 2020-04-10 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | aaron.janse |
نوع الدفع | free |
موقع الإضافة | https://github.com/aaronjanse/dns-over-wikipedia |
عنوان صفحة المساعدة | https://github.com/aaronjanse/dns-over-wikipedia/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS over Wikipedia", "version": "0.0.5", "description": "Resolve .idk domains using the URL provided by the Wikipedia page for a given topic", "homepage_url": "https:\/\/github.com\/aaronjanse\/dns-over-wikipedia", "background": { "scripts": [ "common.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.idk\/*", "https:\/\/en.wikipedia.org\/*" ], "omnibox": { "keyword": "idk" } } |