Advanced Search
Allows users to easily insert search operators for advanced searching on Google.
Was ist Advanced Search?
Advanced Search ist eine Chrome-Erweiterung, die von Mojave entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to easily insert search operators for advanced searching on Google.".
Erweiterungsscreenshots
Advanced Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Advanced Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Advanced Search |
ID | mokpcamkabgckoegmpcdfflmkphbmpkc |
Offizielle URL | https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc |
Beschreibung | Allows users to easily insert search operators for advanced searching on Google. |
Dateigröße | 350 KB |
Installationsanzahl | 792 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-10-04 |
Veröffentlichungsdatum | 2023-08-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Mojave |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://sites.google.com/view/mojaveextensions |
Hilfeseite URL | https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/mojaveextensions/privacy-policy |
Unterstützte Sprachen | 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" } } |