Incognito Search

Search selected text in Google incognito

Qu'est-ce que Incognito Search ?

Incognito Search est une extension Chrome développée par dvdjonny, et sa fonction principale est "Search selected text in Google incognito".

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

Téléchargez les fichiers d'extension Incognito 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

                        Add a context menu to search for a term in a new InCognito Window. You no longer need to copy the text, open a new browser and paste the text.                    

Informations de Base sur l'Extension

Nom Incognito Search Incognito Search
ID bphnaoggijakdeeiigahieohjcjhdacj
URL Officiel https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj
Description Search selected text in Google incognito
Taille du Fichier 6.97 KB
Nombre d'Installations 593
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-08
Date de Publication 2018-04-08
Évaluation 4.00/5 Total 3 Évaluations
Développeur dvdjonny
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Search",
    "version": "1.0",
    "description": "Search selected text in Google incognito",
    "author": "dvdjonny",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "icon-bitty.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}