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
Eメール [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\/"
}