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開發的Chrome擴展程式,該擴展的主要功能是“Resolve .idk domains using the URL provided by the Wikipedia page for a given topic”。

擴展截圖

下載DNS over Wikipedia擴展crx文件

下載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
官方網址 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"
    }
}