Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Co to jest Ducktana?
Ducktana to rozszerzenie Chrome opracowane przez https://o-leary.com, a jego główną funkcją jest „Redirect Bing urls to DuckDuckGo for use with cortana.”.
Pobierz plik CRX rozszerzenia Ducktana
Pobierz pliki rozszerzeń Ducktana w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
Oficjalny URL | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
Opis | Redirect Bing urls to DuckDuckGo for use with cortana. |
Rozmiar pliku | 19.35 KB |
Liczba instalacji | 45 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-08-28 |
Data Publikacji | 2015-08-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://o-leary.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://o-leary.com/ |
Adres URL Strony Pomocy | https://o-leary.com/ |
Obsługiwane Języki | 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\/*" ] } } |