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是由https://qwant.com開發的Chrome擴展程式,該擴展的主要功能是“The search engine that doesn't know anything about you, and that changes everything.”。

擴展截圖

screenshot
screenshot

下載Qwant - The search engine擴展crx文件

下載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
官方網址 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
        }
    }
}