DuckDuckGo Search Engines for Chrome

All of the thousands of search engines from DuckDuckGo, in chrome! Simply type "!", press tab, then search for anything anywhere!

DuckDuckGo Search Engines for Chromeคืออะไร?

DuckDuckGo Search Engines for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Explosion-Scratch และคุณลักษณะหลักของมันคือ "All of the thousands of search engines from DuckDuckGo, in chrome! Simply type "!", press tab, then search for anything anywhere!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DuckDuckGo Search Engines for Chrome

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

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

                        DuckDuckGo has a feature called bangs, which allow you to search any site through the following syntax:

![site] [search query]

Each site has one or more keys, for example, YouTube is "yt", and Google Images is "gi". This extension brings all of that to chrome, allowing you to search any website with ease.

Search engines:

See https://duckduckgo.com/bang                    

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

ชื่อ DuckDuckGo Search Engines for Chrome DuckDuckGo Search Engines for Chrome
ID mfikohbeadpajcijohnobibodimmjhfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/duckduckgo-search-engines/mfikohbeadpajcijohnobibodimmjhfk
คำอธิบาย All of the thousands of search engines from DuckDuckGo, in chrome! Simply type "!", press tab, then search for anything anywhere!
ขนาดไฟล์ 534 KB
จำนวนการติดตั้ง 980
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-01-15
วันที่เผยแพร่ 2022-01-15
ผู้พัฒนา Explosion-Scratch
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo Search Engines for Chrome",
    "description": "All of the thousands of search engines from DuckDuckGo, in chrome! Simply type \"!\", press tab, then search for anything anywhere!",
    "omnibox": {
        "keyword": "!"
    },
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-38_x_38.png"
    },
    "icons": {
        "16": "icon-16_x_16.png",
        "32": "icon-32_x_32.png",
        "48": "icon-48_x_48.png",
        "128": "icon-128_x_128.png",
        "256": "icon-256_x_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}