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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    }
}