Duck Duck Google

Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.

Duck Duck Googleคืออะไร?

Duck Duck Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://clintonmedbery.dev และคุณลักษณะหลักของมันคือ "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Duck Duck Google ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Don't want to use google? Well maybe you want to use google occasionally when DuckDuckGo doesn't match that awful 4 page long error code your bad programming spits out? DuckDuckGoogle adds a simple button to DuckDuckGo to search in Google on the fly. Don't worry, we won't tell anyone.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Duck Duck Google Duck Duck Google
ID fpnifenmokdnegahekoobkoinidabcoi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi
คำอธิบาย Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.
ขนาดไฟล์ 12.82 KB
จำนวนการติดตั้ง 1,222
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-03-07
วันที่เผยแพร่ 2021-03-05
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://clintonmedbery.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duck Duck Google",
    "version": "1.0.1",
    "description": "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duckduckgo.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "duckDuckGoogle.js"
            ],
            "css": [
                "duck-duck.styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/duckduckgoogle_16.png",
        "48": "images\/duckduckgoogle_48.png",
        "128": "images\/duckduckgoogle_128.png"
    },
    "manifest_version": 2
}