Advanced Search
Allows users to easily insert search operators for advanced searching on Google.
What is Advanced Search?
Advanced Search is a Chrome extension developed by Mojave, and its main feature is "Allows users to easily insert search operators for advanced searching on Google.".
Extension Screenshots
Download Advanced Search Extension CRX File
Download Advanced Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Advanced Search |
ID | mokpcamkabgckoegmpcdfflmkphbmpkc |
Official URL | https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc |
Description | Allows users to easily insert search operators for advanced searching on Google. |
File Size | 350 KB |
Installation Count | 792 |
Current Version | 1.1 |
Last Updated | 2023-10-04 |
Publish Date | 2023-08-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mojave |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/mojaveextensions |
Help Page URL | https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching |
Privacy Policy Page URL | https://sites.google.com/view/mojaveextensions/privacy-policy |
Supported Languages | 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" } } |