e-Search
Simply select and switch your search engine!
e-Searchคืออะไร?
e-Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.e-search.net และคุณลักษณะหลักของมันคือ "Simply select and switch your search engine!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย e-Search
ดาวน์โหลดไฟล์ส่วนขยาย e-Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can very easily switch your search engine, which you use both in the new tab and in the entire browser. On website e-search.net, you can easily choose Google, Bing or Yahoo search engine with one click. Subsequently, the search engine of your choice will be used everywhere in the browser. Thank you for using!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opepbkhkfjpofchmdlknakoedegbbdij |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/e-search/opepbkhkfjpofchmdlknakoedegbbdij |
คำอธิบาย | Simply select and switch your search engine! |
ขนาดไฟล์ | 22.64 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-12-08 |
วันที่เผยแพร่ | 2020-12-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.e-search.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.e-search.net/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "name": "e-Search", "description": "Simply select and switch your search engine!", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.e-search.net\/img\/favicon.ico", "is_default": true, "keyword": "e-search", "name": "e-Search", "search_url": "https:\/\/www.e-search.net\/search?id=m001&app=esearch&q={searchTerms}" } } } |