DNS over Wikipedia
Resolve .idk domains using the URL provided by the Wikipedia page for a given topic
Cos'è DNS over Wikipedia?
DNS over Wikipedia è un'estensione di Chrome sviluppata da aaron.janse, e la sua funzione principale è "Resolve .idk domains using the URL provided by the Wikipedia page for a given topic".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DNS over Wikipedia
Scarica i file di estensione DNS over Wikipedia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DNS over Wikipedia |
ID | mjmjpfncapfopnommmngnmjalkopljji |
URL Ufficiale | https://chromewebstore.google.com/detail/dns-over-wikipedia/mjmjpfncapfopnommmngnmjalkopljji |
Descrizione | Resolve .idk domains using the URL provided by the Wikipedia page for a given topic |
Dimensione del File | 3.8 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2020-04-10 |
Data di Pubblicazione | 2020-04-10 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | aaron.janse |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/aaronjanse/dns-over-wikipedia |
URL della Pagina di Aiuto | https://github.com/aaronjanse/dns-over-wikipedia/issues |
Lingue Supportate | 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" } } |