Search Set - change default search engine
Change default search engine to make Google, Yahoo, Ask.com or Bing your search in Chrome browser adress bar (omnibox)
Search Set - change default search engineคืออะไร?
Search Set - change default search engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://default-search.site และคุณลักษณะหลักของมันคือ "Change default search engine to make Google, Yahoo, Ask.com or Bing your search in Chrome browser adress bar (omnibox)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Set - change default search engine
ดาวน์โหลดไฟล์ส่วนขยาย Search Set - change default search engine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search Set is a small Google Chrome extension that helps you change your default search engine in address bar of the browser to Google, Yahoo, Ask.com, Bing or Baidu very easily. Just click on the extension button in the top right corner of the browser and select any search provider from the dropdown list to replace the default one. That's it! Features of the extension - 100% free Google Chrome extension - Very small small size, one-click installation, does not use excessive resources of your computer - Choose from any of the 6 search engines: Google, Yahoo, Bing, Ask.com, Baidu and Yandex - Very easy to use, one-click selection of the needed default search provider from the dropdown If you use our extension, please do not hesitate to leave feedback, propose suggestions or ask questions. Your opinion is very important for us! Your Privacy Matters: By clicking "Add to Chrome", I accept and agree to install Search Set and have Search Set as my default search according to the Terms of Use and Privacy Policy You can read our privacy policy and terms and conditions from the following links: https://lampabar.com/etc/pages/terms_of_use.html https://lampabar.com/etc/pages/privacy.html https://lampabar.com/etc/pages/contact_us.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Set - change default search engine |
ID | cfikbclbljhmmokgdokgjhnpinnmihkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-set-change-default/cfikbclbljhmmokgdokgjhnpinnmihkp |
คำอธิบาย | Change default search engine to make Google, Yahoo, Ask.com or Bing your search in Chrome browser adress bar (omnibox) |
ขนาดไฟล์ | 375 KB |
จำนวนการติดตั้ง | 6,890 |
เวอร์ชันปัจจุบัน | 3.0.17 |
อัปเดตครั้งล่าสุด | 2021-06-12 |
วันที่เผยแพร่ | 2020-12-24 |
คะแนน | 4.52/5 รวมทั้งหมด 50 คะแนน |
ผู้พัฒนา | https://default-search.site |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://lampabar.com/etc/pages/privacy.html |
ภาษาที่รองรับ | 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 | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png" }, "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png" }, "default_popup": "html\/options.html" }, "manifest_version": 2, "background": { "scripts": [ "src\/background.js", "src\/ga.js" ] }, "minimum_chrome_version": "32", "chrome_settings_overrides": { "search_provider": { "name": "Search Changer", "keyword": "sc", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/default-search.site\/favicon.ico", "search_url": "https:\/\/default-search.site\/search\/?os=t&q={searchTerms}", "suggest_url": "https:\/\/default-search.site\/search\/suggest.php?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "unlimitedStorage", "storage", "webRequest", "webRequestBlocking", "https:\/\/default-search.site\/" ], "version": "3.0.17" } |