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 |
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" } } |