Advanced Search
Allows users to easily insert search operators for advanced searching on Google.
Advanced Searchคืออะไร?
Advanced Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mojave และคุณลักษณะหลักของมันคือ "Allows users to easily insert search operators for advanced searching on Google."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced Search
ดาวน์โหลดไฟล์ส่วนขยาย Advanced Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The "Advanced Search" extension is a powerful and user-friendly tool that enhances your Google search experience. With this extension, you can effortlessly perform advanced searches using predefined queries and specialized operators. The extension provides a streamlined interface, allowing you to insert specific search parameters such as "user:", "post:", "location:", and "date:" directly into the search bar with the click of a button. Whether you're looking to refine your search results or perform complex queries, the "Advanced Search" extension simplifies the process, saving you time and providing you with more accurate and targeted search results. Take control of your search queries like never before with this convenient and intuitive extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Advanced Search |
ID | mokpcamkabgckoegmpcdfflmkphbmpkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc |
คำอธิบาย | Allows users to easily insert search operators for advanced searching on Google. |
ขนาดไฟล์ | 350 KB |
จำนวนการติดตั้ง | 792 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-10-04 |
วันที่เผยแพร่ | 2023-08-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Mojave |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/view/mojaveextensions |
URL หน้าช่วยเหลือ | https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/mojaveextensions/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Advanced Search", "version": "1.1", "description": "Allows users to easily insert search operators for advanced searching on Google.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |