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
官方網址 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\/*"
        ]
    }
}