Incognito Search
Search Google in Incognito Mode with a right-click
What is Incognito Search?
Incognito Search is a Chrome extension developed by mhabib, and its main feature is "Search Google in Incognito Mode with a right-click".
Extension Screenshots
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
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!
Extension Basic Information
Name | |
ID | pfimbehielmdohninhgpophppfmajnea |
Official URL | https://chrome.google.com/webstore/detail/incognito-search/pfimbehielmdohninhgpophppfmajnea |
Description | Search Google in Incognito Mode with a right-click |
File Size | 429 KB |
Installation Count | 160 |
Current Version | 1.0.0 |
Last Updated | 2019-08-16 |
Publish Date | 2019-08-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mhabib |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |