Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Hvad er Ducktana?
Ducktana er en Chrome-udvidelse udviklet af https://o-leary.com, og dens hovedfunktion er "Redirect Bing urls to DuckDuckGo for use with cortana.".
Download Ducktana-udvidelses-CRX-fil
Download Ducktana-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
Officiel URL | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
Beskrivelse | Redirect Bing urls to DuckDuckGo for use with cortana. |
Filstørrelse | 19.35 KB |
Antal Installationer | 45 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-08-28 |
Udgivelsesdato | 2015-08-28 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://o-leary.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://o-leary.com/ |
Hjælpeside-URL | https://o-leary.com/ |
Understøttede Sprog | 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\/*" ] } } |