DNS over Wikipedia

Resolve .idk domains using the URL provided by the Wikipedia page for a given topic

DNS over Wikipedia क्या है?

DNS over Wikipedia aaron.janse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resolve .idk domains using the URL provided by the Wikipedia page for a given topic"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DNS over Wikipedia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}