Change search engine in Chrome

Change search engine in Chrome in one click

Change search engine in Chromeคืออะไร?

Change search engine in Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quirkco.site และคุณลักษณะหลักของมันคือ "Change search engine in Chrome in one click"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change search engine in Chrome

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

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

                        Use Bing, Yahoo, Duckduckgo, You.com, Ask.com or other search engines in one click 

★ Instructions
1. Install the extension
2. Open a new tab and choose search engine. Done!

This Chrome extension allows you to select a search engine in a new tab. Choose any search engine: Baidu, Yep, Twiiter and many more!

★ Advantages
– Choose in one click
– Completely free extension
– No ads
– Does not boot the computer and functions instantly
– Beautiful New Tab design
– Light/Dark theme
– Ability to save default search engine
– Adding bookmarks

★ Search Engines
– 14 popular sites in one click

★ Support
– We are waiting for your feedback!
– We will add the necessary search during the day, just email me)
– Offer ideas and ask questions [email protected]

If you're looking for an easy way to change search engine in Chrome browser and use your preferred search engines, our extension is the perfect solution for you!

Install it now and choosing search engine in one click. Designed with users in mind, our extension allows you to quickly switch between popular search engines without hassle. 

We are constantly updating and improving our extension to meet all your information search needs. Leave a review about our extension and share your impressions. We are always ready to help you and make your search even more efficient!

search.quirkco.site does not collect your personal data and is necessary for the correct operation of the extension.                    

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

ชื่อ Change search engine in Chrome Change search engine in Chrome
ID mfmmgkchfihjcbhfelapnpomjneedpco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-search-engine-in-c/mfmmgkchfihjcbhfelapnpomjneedpco
คำอธิบาย Change search engine in Chrome in one click
ขนาดไฟล์ 699 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2023-10-30
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://quirkco.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quirkco.site/extensions/change-search
URL หน้านโยบายความเป็นส่วนตัว https://quirkco.site/extensions/change-search/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_extName__",
    "version": "2.0.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "icons": {
        "16": "icons\/logo\/logo-16.png",
        "32": "icons\/logo\/logo-32.png",
        "48": "icons\/logo\/logo-48.png",
        "64": "icons\/logo\/logo-64.png",
        "128": "icons\/logo\/logo-128.png",
        "256": "icons\/logo\/logo-256.png"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Changer",
            "keyword": "change_search",
            "encoding": "UTF-8",
            "is_default": true,
            "favicon_url": "https:\/\/search.quirkco.site\/icons\/logo\/favicon.ico",
            "search_url": "https:\/\/search.quirkco.site\/search\/?q={searchTerms}",
            "suggest_url": "https:\/\/search.quirkco.site\/suggest\/?q={searchTerms}&l=__MSG_extLocale__"
        }
    }
}