Ducktana

Redirect Bing urls to DuckDuckGo for use with cortana.

Ducktanaคืออะไร?

Ducktana เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://o-leary.com และคุณลักษณะหลักของมันคือ "Redirect Bing urls to DuckDuckGo for use with cortana."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ducktana

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}