Incognito Search

Search selected text in Google incognito

What is Incognito Search?

Incognito Search is a Chrome extension developed by dvdjonny, and its main feature is "Search selected text in Google incognito".

Download Incognito Search Extension CRX File

Download Incognito Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Incognito Search Incognito Search
ID bphnaoggijakdeeiigahieohjcjhdacj
Official URL https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj
Description Search selected text in Google incognito
File Size 6.97 KB
Installation Count 593
Current Version 1.0
Last Updated 2018-04-08
Publish Date 2018-04-08
Rating 4.00/5 Total 3 Ratings
Developer dvdjonny
Payment Type free
Supported Languages 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"
        ]
    }
}