DNS over Wikipedia
Resolve .idk domains using the URL provided by the Wikipedia page for a given topic
Vad är DNS over Wikipedia?
DNS over Wikipedia är en Chrome-tillägg utvecklad av aaron.janse, och dess huvudfunktion är "Resolve .idk domains using the URL provided by the Wikipedia page for a given topic".
Tilläggsskärmbilder
Ladda ner DNS over Wikipedia-förlängningens CRX-fil
Ladda ner DNS over Wikipedia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | DNS over Wikipedia |
ID | mjmjpfncapfopnommmngnmjalkopljji |
Officiell webbadress | https://chromewebstore.google.com/detail/dns-over-wikipedia/mjmjpfncapfopnommmngnmjalkopljji |
Beskrivning | Resolve .idk domains using the URL provided by the Wikipedia page for a given topic |
Filstorlek | 3.8 KB |
Antal Installationer | 272 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2020-04-10 |
Publiceringsdatum | 2020-04-10 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | aaron.janse |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/aaronjanse/dns-over-wikipedia |
Hjälpsida URL | https://github.com/aaronjanse/dns-over-wikipedia/issues |
Stödda Språk | 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" } } |