Ducktana

Redirect Bing urls to DuckDuckGo for use with cortana.

Apa itu Ducktana?

Ducktana adalah ekstensi Chrome yang dikembangkan oleh https://o-leary.com, dan fitur utamanya adalah "Redirect Bing urls to DuckDuckGo for use with cortana.".

Unduh Berkas CRX Ekstensi Ducktana

Unduh file ekstensi Ducktana dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ducktana Ducktana
ID fhhjklgfnidnccndjilcoeakkgjogmac
URL Resmi https://chrome.google.com/webstore/detail/ducktana/fhhjklgfnidnccndjilcoeakkgjogmac
Deskripsi Redirect Bing urls to DuckDuckGo for use with cortana.
Ukuran File 19.35 KB
Jumlah Instalasi 45
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-08-28
Tanggal Publikasi 2015-08-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://o-leary.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://o-leary.com/
URL Halaman Bantuan https://o-leary.com/
Bahasa yang Didukung 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\/*"
        ]
    }
}