Incognito Search

Search selected text in Google incognito

Incognito Searchとは何ですか?

Incognito Searchはdvdjonnyによって開発されたChromeの拡張機能で、その主な機能は「Search selected text in Google incognito」です。

Incognito Search拡張機能のCRXファイルをダウンロード

Incognito Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add a context menu to search for a term in a new InCognito Window. You no longer need to copy the text, open a new browser and paste the text.                    

拡張機能の基本情報

名前 Incognito Search Incognito Search
ID bphnaoggijakdeeiigahieohjcjhdacj
公式URL https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj
説明 Search selected text in Google incognito
ファイルサイズ 6.97 KB
インストール数 593
現在のバージョン 1.0
最終更新日 2018-04-08
公開日 2018-04-08
評価 4.00/5 合計 3 レビュー
開発者 dvdjonny
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Search",
    "version": "1.0",
    "description": "Search selected text in Google incognito",
    "author": "dvdjonny",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "icon-bitty.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}