Qwant - The search engine

The search engine that doesn't know anything about you, and that changes everything.

Qwant - The search engineคืออะไร?

Qwant - The search engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qwant.com และคุณลักษณะหลักของมันคือ "The search engine that doesn't know anything about you, and that changes everything."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qwant - The search engine

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

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

                        Qwant - The search engine that doesn't know anything about you

The search engine that doesn't know anything about you, and that changes everything: zero tracking of your searches, zero personal data use, zero targeted advertising.                    

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

ชื่อ Qwant - The search engine Qwant - The search engine
ID kplfenefaakjhjkklghidleljeocgdap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap
คำอธิบาย The search engine that doesn't know anything about you, and that changes everything.
ขนาดไฟล์ 11.42 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 7.0.1
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2022-08-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://qwant.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.qwant.com
URL หน้าช่วยเหลือ https://help.qwant.com
URL หน้านโยบายความเป็นส่วนตัว https://about.qwant.com/legal/privacy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.1",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "Qwant",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "38": "assets\/icons\/icon-38.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "omnibox": {
        "keyword": "q"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.qwant.com\/*"
            ],
            "css": [
                "assets\/css\/no-popin.css"
            ]
        }
    ],
    "minimum_chrome_version": "88.0",
    "manifest_version": 3,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Qwant",
            "keyword": "www.qwant.com",
            "search_url": "https:\/\/www.qwant.com\/?q={searchTerms}&client=ext-chrome-sb",
            "favicon_url": "https:\/\/www.qwant.com\/favicon.ico",
            "suggest_url": "https:\/\/api.qwant.com\/api\/suggest\/?q={searchTerms}&client=opensearch",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}