Open Google :site Search

Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.

Qu'est-ce que Open Google :site Search ?

Open Google :site Search est une extension Chrome développée par Mendy Leizerovich, et sa fonction principale est "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open Google :site Search

Téléchargez les fichiers d'extension Open Google :site 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

                        An easy way to open new tabs of Google searches with the prefix :site in addition you can add queries for the search.

The queries have to be separated by a new line.

Such as:
Domain: github.com
Queries:
microsoft
google

Will open:
1. site:github.com microsoft
2. site:github.com google

In order to open the tabs in an incognito window, you should:
1. Right-click the extension icon.
2. Click Manage extensions.
3. Toggle the Allow in incognito option.
4. Use the extension in an incognito window.

Uses the storage permission in order to let the user continue with the input values even if the popup closed.

---
Search SVG icon is from: https://heroicons.dev/.                    

Informations de Base sur l'Extension

Nom Open Google :site Search Open Google :site Search
ID mejfbineeogghdkgfegicofnndkoklhf
URL Officiel https://chromewebstore.google.com/detail/open-google-site-search/mejfbineeogghdkgfegicofnndkoklhf
Description Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.
Taille du Fichier 14.59 KB
Nombre d'Installations 37
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-02-07
Date de Publication 2020-12-26
Développeur Mendy Leizerovich
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mendz/go-to-site-search/tree/prepare-upload-to-store
URL de la Page d'Aide https://github.com/mendz/go-to-site-search/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Google :site Search",
    "short_name": "Search by :site",
    "description": "Open new tabs of Google searches with the prefix :site in addition you can add extra queries for the search.",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Open :site search",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/search-16x16.png",
        "32": "icons\/search-32x32.png",
        "48": "icons\/search-48x48.png",
        "60": "icons\/search-60x60.png",
        "128": "icons\/search-128x128.png"
    }
}