コンテキストメニューサーチ

コンテキストメニューから選択したテキストを検索

What is コンテキストメニューサーチ?

コンテキストメニューサーチ is a Chrome extension developed by tadirk989, and its main feature is "コンテキストメニューから選択したテキストを検索".

Extension Screenshots

screenshot

Download コンテキストメニューサーチ Extension CRX File

Download コンテキストメニューサーチ 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

                        右クリックしたときのコンテキストメニューで選択したテキストの検索ができる機能を追加します。

検索するサイトはオプションから編集できます。                    

Extension Basic Information

Name コンテキストメニューサーチ コンテキストメニューサーチ
ID iepdijdknbjnckhinoegflbdbpbogjci
Official URL https://chromewebstore.google.com/detail/%E3%82%B3%E3%83%B3%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B5%E3%83%BC%E3%83%81/iepdijdknbjnckhinoegflbdbpbogjci
Description コンテキストメニューから選択したテキストを検索
File Size 71.9 KB
Installation Count 477
Current Version 0.0.1
Last Updated 2013-06-03
Publish Date 2013-06-02
Rating 2.50/5 Total 2 Ratings
Developer tadirk989
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u30b5\u30fc\u30c1",
    "version": "0.0.1",
    "description": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u3092\u691c\u7d22",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "option.html",
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "default_locale": "ja"
}