Make Qwant Great Again

Better design and one click search through Google and other services for Qwant.

Make Qwant Great Againคืออะไร?

Make Qwant Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andréa Beyer และคุณลักษณะหลักของมันคือ "Better design and one click search through Google and other services for Qwant."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Qwant Great Again

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

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

                        🇫🇷 Cette extension améliore le design du moteur de recherche Qwant dans l'esprit du thème classique.
Le but étant de le rendre plus sobre dans sa charte graphique.
Elle permet également de rechercher en un clic votre terme sur Google, Duckduckgo, Google Maps, Wikipedia et Youtube.

🇺🇸 This extension improves the design of the Qwant search engine in the spirit of the classic theme.
The goal is to make it more sober in its graphic charter.
It also allows you to search for your term in one click on Google, Duckduckgo, Google Maps, Wikipedia and Youtube.

https://github.com/AndreaBeyer/Make-Qwant-Great-Again-Chrome                    

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

ชื่อ Make Qwant Great Again Make Qwant Great Again
ID mmdlbipinnjkghhjnhgjblbccnchgfbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-qwant-great-again/mmdlbipinnjkghhjnhgjblbccnchgfbm
คำอธิบาย Better design and one click search through Google and other services for Qwant.
ขนาดไฟล์ 51.42 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2022-08-19
วันที่เผยแพร่ 2022-07-26
ผู้พัฒนา Andréa Beyer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make Qwant Great Again",
    "version": "1.2.6",
    "description": "Better design and one click search through Google and other services for Qwant.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.qwant.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.qwant.com\/maps*"
            ],
            "run_at": "document_start",
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}