Ducktana
Redirect Bing urls to DuckDuckGo for use with cortana.
Vad är Ducktana?
Ducktana är en Chrome-tillägg utvecklad av https://o-leary.com, och dess huvudfunktion är "Redirect Bing urls to DuckDuckGo for use with cortana.".
Ladda ner Ducktana-förlängningens CRX-fil
Ladda ner Ducktana-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fhhjklgfnidnccndjilcoeakkgjogmac |
Officiell webbadress | https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac |
Beskrivning | Redirect Bing urls to DuckDuckGo for use with cortana. |
Filstorlek | 19.35 KB |
Antal Installationer | 45 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-08-28 |
Publiceringsdatum | 2015-08-28 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://o-leary.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://o-leary.com/ |
Hjälpsida URL | https://o-leary.com/ |
Stödda Språk | 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\/*" ] } } |