Incognito Search

Search Google in Incognito Mode with a right-click

什么是Incognito Search?

Incognito Search是由mhabib开发的Chrome扩展程序,该扩展的主要功能是“Search Google in Incognito Mode with a right-click”。

扩展截图

screenshot
screenshot

下载Incognito Search扩展crx文件

下载Incognito Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Incognito Search Incognito Search
ID pfimbehielmdohninhgpophppfmajnea
官方URL https://chrome.google.com/webstore/detail/incognito-search/pfimbehielmdohninhgpophppfmajnea
简介 Search Google in Incognito Mode with a right-click
文件大小 429 KB
安装次数 160
当前版本 1.0.0
更新时间 2019-08-16
上架时间 2019-08-16
评分 5.00/5 共1次评分
开发者 mhabib
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}