Ducktana

Redirect Bing urls to DuckDuckGo for use with cortana.

Wat is Ducktana?

Ducktana is een Chrome-extensie ontwikkeld door https://o-leary.com, en de belangrijkste functie is "Redirect Bing urls to DuckDuckGo for use with cortana.".

Download het CRX-bestand van de extensie Ducktana

Download Ducktana-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ducktana Ducktana
ID fhhjklgfnidnccndjilcoeakkgjogmac
Officiële URL https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac
Beschrijving Redirect Bing urls to DuckDuckGo for use with cortana.
Bestandsgrootte 19.35 KB
Aantal Installaties 45
Huidige Versie 1.2
Laatst Bijgewerkt 2015-08-28
Publicatiedatum 2015-08-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://o-leary.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://o-leary.com/
Help Pagina-URL https://o-leary.com/
Ondersteunde Talen 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\/*"
        ]
    }
}