Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Co je Ducktana?
Ducktana je rozšíření Chrome vyvinuté https://o-leary.com, a jeho hlavní funkcí je „Redirect Bing urls to DuckDuckGo for use with cortana.“.
Stáhnout soubor CRX rozšíření Ducktana
Stáhněte si soubory rozšíření Ducktana ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
Oficiální URL | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
Popis | Redirect Bing urls to DuckDuckGo for use with cortana. |
Velikost souboru | 19.35 KB |
Počet instalací | 45 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2015-08-28 |
Datum Vydání | 2015-08-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://o-leary.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://o-leary.com/ |
URL Stránky Nápovědy | https://o-leary.com/ |
Podporované Jazyky | 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\/*" ] } } |