Extra Search
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
Extra Searchคืออะไร?
Extra Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย millsjessica283 และคุณลักษณะหลักของมันคือ "ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extra Search
ดาวน์โหลดไฟล์ส่วนขยาย Extra Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing. ExtraSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.extra-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use and privacy policy at https://www.extra-searches.com/pages/privacy_policy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhmfhcbcpidjfgpbcgapdjendolhnndb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb |
คำอธิบาย | ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search… |
ขนาดไฟล์ | 757 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.0.12 |
อัปเดตครั้งล่าสุด | 2022-07-13 |
วันที่เผยแพร่ | 2022-06-16 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | millsjessica283 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.extra-searches.com/ |
URL หน้าช่วยเหลือ | https://www.extra-searches.com/pages/contact_us |
URL หน้านโยบายความเป็นส่วนตัว | https://www.extra-searches.com/pages/privacy_policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extra Search", "version": "1.0.0.12", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.extra-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "extrasearch" } |