Incognito Search Plus

Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.

什么是Incognito Search Plus?

Incognito Search Plus是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.”。

扩展截图

screenshot
screenshot

下载Incognito Search Plus扩展crx文件

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

扩展使用说明

                        You can use this extension in two ways:
1. Select any text and right click on it. Now, use the option in the appeared context menu.
2.Type i in the address bar of Chrome and hit the space bar. Now, type your search query.

Visit for more information: https://browsernative.com/incognito-search-chrome-extension/                    

扩展基本信息

名称 Incognito Search Plus Incognito Search Plus
ID leblpjbphcbikkpiildlcjjdneilgbpl
官方URL https://chromewebstore.google.com/detail/incognito-search-plus/leblpjbphcbikkpiildlcjjdneilgbpl
简介 Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.
文件大小 15.58 KB
安装次数 412
当前版本 0.0.4
更新时间 2019-07-31
上架时间 2019-07-30
评分 5.00/5 共3次评分
开发者 https://browsernative.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://browsernative.com/incognito-search-chrome-extension/
帮助页面URL https://browsernative.com/incognito-search-chrome-extension/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Search Plus",
    "short_name": "Incognito Search",
    "description": "Search Google in incognito mode. Use context menu option or omnibox keyword 'i'.",
    "version": "0.0.4",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "omnibox": {
        "keyword": "i"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Incognito Search Plus"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/incognito-search-chrome-extension\/"
}