Ducktana

Redirect Bing urls to DuckDuckGo for use with cortana.

Ducktana là gì?

Ducktana là một tiện ích mở rộng Chrome được phát triển bởi https://o-leary.com, và tính năng chính của nó là "Redirect Bing urls to DuckDuckGo for use with cortana.".

Tải xuống tệp CRX của tiện ích mở rộng Ducktana

Tải xuống các tệp mở rộng Ducktana dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ducktana Ducktana
ID fhhjklgfnidnccndjilcoeakkgjogmac
URL Chính Thức https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac
Mô tả Redirect Bing urls to DuckDuckGo for use with cortana.
Kích Thước Tệp 19.35 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-08-28
Ngày Phát Hành 2015-08-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://o-leary.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://o-leary.com/
URL Trang Trợ Giúp https://o-leary.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}