Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Was ist Ducktana?
Ducktana ist eine Chrome-Erweiterung, die von https://o-leary.com entwickelt wurde, und ihr Hauptmerkmal ist "Redirect Bing urls to DuckDuckGo for use with cortana.".
Ducktana-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ducktana-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
Offizielle URL | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
Beschreibung | Redirect Bing urls to DuckDuckGo for use with cortana. |
Dateigröße | 19.35 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-08-28 |
Veröffentlichungsdatum | 2015-08-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://o-leary.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://o-leary.com/ |
Hilfeseite URL | https://o-leary.com/ |
Unterstützte Sprachen | 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\/*" ] } } |