Right Click Search Incognito

Add right click menu option: search highlighted text in incognito

What is Right Click Search Incognito?

Right Click Search Incognito is a Chrome extension developed by Diamondium Technologies, LLC, and its main feature is "Add right click menu option: search highlighted text in incognito".

Extension Screenshots

screenshot

Download Right Click Search Incognito Extension CRX File

Download Right Click Search Incognito 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 right click menu option to search highlighted text in incognito.                    

Extension Basic Information

Name Right Click Search Incognito Right Click Search Incognito
ID lpggmhbkhmemjhkfbakjgbipdgleinhm
Official URL https://chromewebstore.google.com/detail/right-click-search-incogn/lpggmhbkhmemjhkfbakjgbipdgleinhm
Description Add right click menu option: search highlighted text in incognito
File Size 9 KB
Installation Count 249
Current Version 1.0
Last Updated 2020-08-17
Publish Date 2020-08-16
Rating 5.00/5 Total 4 Ratings
Developer Diamondium Technologies, LLC
Email [email protected]
Payment Type free
Supported Languages 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
}