Advanced Search

Allows users to easily insert search operators for advanced searching on Google.

Qu'est-ce que Advanced Search ?

Advanced Search est une extension Chrome développée par Mojave, et sa fonction principale est "Allows users to easily insert search operators for advanced searching on Google.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Advanced Search

Téléchargez les fichiers d'extension Advanced Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Advanced Search Advanced Search
ID mokpcamkabgckoegmpcdfflmkphbmpkc
URL Officiel https://chromewebstore.google.com/detail/advanced-search/mokpcamkabgckoegmpcdfflmkphbmpkc
Description Allows users to easily insert search operators for advanced searching on Google.
Taille du Fichier 350 KB
Nombre d'Installations 792
Version Actuelle 1.1
Dernière Mise à Jour 2023-10-04
Date de Publication 2023-08-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mojave
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sites.google.com/view/mojaveextensions
URL de la Page d'Aide https://sites.google.com/view/mojaveextensions/info-regarding-advanced-searching
URL de la Page de Politique de Confidentialité https://sites.google.com/view/mojaveextensions/privacy-policy
Langues Prises en Charge 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"
    }
}