Advanced Search
Allows users to easily insert search operators for advanced searching on Google.
Advanced Search là gì?
Advanced Search là một tiện ích mở rộng Chrome được phát triển bởi Mojave, và tính năng chính của nó là "Allows users to easily insert search operators for advanced searching on Google.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Advanced Search
Tải xuống các tệp mở rộng Advanced Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Advanced Search |
ID | mokpcamkabgckoegmpcdfflmkphbmpkc |
URL Chính Thức | https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc |
Mô tả | Allows users to easily insert search operators for advanced searching on Google. |
Kích Thước Tệp | 350 KB |
Số Lần Cài Đặt | 792 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-10-04 |
Ngày Phát Hành | 2023-08-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Mojave |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/view/mojaveextensions |
URL Trang Trợ Giúp | https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/mojaveextensions/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |