Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Cos'è Ducktana?
Ducktana è un'estensione di Chrome sviluppata da https://o-leary.com, e la sua funzione principale è "Redirect Bing urls to DuckDuckGo for use with cortana.".
Scarica il file CRX dell'estensione Ducktana
Scarica i file di estensione Ducktana 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
Developed for Cortana on Windows 10. Causes Chrome to remain open in the background, with a tray icon. When a Bing URL is entered the extension intercepts and redirects to a DuckDuckGo URL.
Informazioni di Base sull'Estensione
Nome | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
URL Ufficiale | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
Descrizione | Redirect Bing urls to DuckDuckGo for use with cortana. |
Dimensione del File | 19.35 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-08-28 |
Data di Pubblicazione | 2015-08-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://o-leary.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://o-leary.com/ |
URL della Pagina di Aiuto | https://o-leary.com/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ducktana", "short_name": "Ducktana", "description": "Redirect Bing urls to DuckDuckGo for use with cortana.", "author": "Sean O'Leary", "homepage_url": "https:\/\/o-leary.com\/downloads\/ducktana", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.bing.com\/", "background" ], "background": { "scripts": [ "ducktana.js" ] }, "externally_connectable": { "matches": [ "*:\/\/o-leary.com\/*" ] } } |