Incognito Search

Search Google in Incognito Mode with a right-click

Wat is Incognito Search?

Incognito Search is een Chrome-extensie ontwikkeld door mhabib, en de belangrijkste functie is "Search Google in Incognito Mode with a right-click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Incognito Search

Download Incognito Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tired of opening incognito window and pasting, Ahh wait! you forgot to copy first... you return to normal mode, copy, return back to incognito, paste and finally you hit Enter to search Google in incognito mode! 

With Incognito Search you can search Google Incognito with only a right-click!                    

Basisinformatie over de Extensie

Naam Incognito Search Incognito Search
ID pfimbehielmdohninhgpophppfmajnea
Officiële URL https://chrome.google.com/webstore/detail/incognito-search/pfimbehielmdohninhgpophppfmajnea
Beschrijving Search Google in Incognito Mode with a right-click
Bestandsgrootte 429 KB
Aantal Installaties 160
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-08-16
Publicatiedatum 2019-08-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mhabib
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognito Search",
    "description": "Search Google in Incognito Mode with a right-click",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "rightClick.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}