Ducktana

Redirect Bing urls to DuckDuckGo for use with cortana.

什么是Ducktana?

Ducktana是由https://o-leary.com开发的Chrome扩展程序,该扩展的主要功能是“Redirect Bing urls to DuckDuckGo for use with cortana.”。

下载Ducktana扩展crx文件

下载Ducktana扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ducktana Ducktana
ID fhhjklgfnidnccndjilcoeakkgjogmac
官方URL https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac
简介 Redirect Bing urls to DuckDuckGo for use with cortana.
文件大小 19.35 KB
安装次数 45
当前版本 1.2
更新时间 2015-08-28
上架时间 2015-08-28
评分 5.00/5 共1次评分
开发者 https://o-leary.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://o-leary.com/
帮助页面URL https://o-leary.com/
支持的语言 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\/*"
        ]
    }
}