DuckDuckGo: Search on Google

Adds a link for searching the same query on other search engines.

DuckDuckGo: Search on Googleคืออะไร?

DuckDuckGo: Search on Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Georgios Giannoutsos Barkas และคุณลักษณะหลักของมันคือ "Adds a link for searching the same query on other search engines."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DuckDuckGo: Search on Google

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

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

                        This is an unofficial extension.

Adds a link above the results, for executing the same search on different search engines.

You can select the search engine in the options page. Available search engines:

- Google
- Bing
- Yahoo
- Aol
- Excite (ofc)                    

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

ชื่อ DuckDuckGo: Search on Google DuckDuckGo: Search on Google
ID hpmhcekjflgjeddmkbbcfkjdggdheiff
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/duckduckgo-search-on-goog/hpmhcekjflgjeddmkbbcfkjdggdheiff
คำอธิบาย Adds a link for searching the same query on other search engines.
ขนาดไฟล์ 27.25 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-05-31
วันที่เผยแพร่ 2019-08-16
คะแนน 4.82/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Georgios Giannoutsos Barkas
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://nuc.gr/privacy-policy-chrome-extension.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo: Search on Google",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Adds a link for searching the same query on other search engines.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/duckduckgo.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ],
            "matches": [
                "*:\/\/duckduckgo.com\/*"
            ]
        }
    ]
}