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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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"
    }
}