Right Click Search Incognito

Add right click menu option: search highlighted text in incognito

Qu'est-ce que Right Click Search Incognito ?

Right Click Search Incognito est une extension Chrome développée par Diamondium Technologies, LLC, et sa fonction principale est "Add right click menu option: search highlighted text in incognito".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Right Click Search Incognito 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 right click menu option to search highlighted text in incognito.                    

Informations de Base sur l'Extension

Nom Right Click Search Incognito Right Click Search Incognito
ID lpggmhbkhmemjhkfbakjgbipdgleinhm
URL Officiel https://chromewebstore.google.com/detail/right-click-search-incogn/lpggmhbkhmemjhkfbakjgbipdgleinhm
Description Add right click menu option: search highlighted text in incognito
Taille du Fichier 9 KB
Nombre d'Installations 249
Version Actuelle 1.0
Dernière Mise à Jour 2020-08-17
Date de Publication 2020-08-16
Évaluation 5.00/5 Total 4 Évaluations
Développeur Diamondium Technologies, LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click Search Incognito",
    "version": "1.0",
    "description": "Add right click menu option: search highlighted text in incognito",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background-MIN.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/right-click-search-incognito-16.png",
        "32": "images\/right-click-search-incognito-32.png",
        "48": "images\/right-click-search-incognito-48.png",
        "128": "images\/right-click-search-incognito-128.png"
    },
    "manifest_version": 2
}