multi-searches.com
search the web - new tab search
multi-searches.comคืออะไร?
multi-searches.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "search the web - new tab search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย multi-searches.com
ดาวน์โหลดไฟล์ส่วนขยาย multi-searches.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Multi-Searches is a simple and minimalist search new tab extension. Multi-Searches - Clean and minimal new tab that allows you to search and navigate easily to your favourite, recently visited sites. For more information please visit: https://multi-searches.com Enjoy and please don't forget to leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the Multi-Searches Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://multi-searches.com/#terms privacy policy at https://multi-searches.com/#privacy_policy. The extension will update your new-tab search engine to be provided by Bing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | multi-searches.com |
ID | ompmbcpalofeaelpfohpmpmjhjahgpbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multi-searchescom/ompmbcpalofeaelpfohpmpmjhjahgpbp |
คำอธิบาย | search the web - new tab search |
ขนาดไฟล์ | 650 KB |
จำนวนการติดตั้ง | 25,895 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-07-21 |
วันที่เผยแพร่ | 2023-07-21 |
ผู้พัฒนา | admin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://multi-searches.com/ |
URL หน้าช่วยเหลือ | https://multi-searches.com/#contact |
URL หน้านโยบายความเป็นส่วนตัว | https://shareswishes.com/policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "multi-searches.com", "version": "1.0.2", "manifest_version": 3, "description": "search the web - new tab search", "homepage_url": "https:\/\/multi-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "64": "img\/64.png" }, "background": { "service_worker": "background\/runtime.js" }, "chrome_url_overrides": { "newtab": "static\/html\/main.html" }, "permissions": [ "topSites", "storage" ], "short_name": "multi-searches" } |