Context Menu Search

Add 'search by ...' to context menu

What is Context Menu Search?

Context Menu Search is a Chrome extension developed by DS Lee, and its main feature is "Add 'search by ...' to context menu".

Extension Screenshots

screenshot

Download Context Menu Search Extension CRX File

Download Context Menu Search 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

                        컨텍스트메뉴에 추가적인 검색 사이트를 설정할 수 있게 합니다.

Add one more search option to context menu.                    

Extension Basic Information

Name Context Menu Search Context Menu Search
ID lfjfhfcdieaimhdanogfpaimgglmpjbh
Official URL https://chromewebstore.google.com/detail/context-menu-search/lfjfhfcdieaimhdanogfpaimgglmpjbh
Description Add 'search by ...' to context menu
File Size 5.8 KB
Installation Count 28
Current Version 0.4.0
Last Updated 2017-07-18
Publish Date 2017-07-18
Rating 4.17/5 Total 6 Ratings
Developer DS Lee
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Context Menu Search",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "Add 'search by ...' to context menu",
    "permissions": [
        "contextMenus",
        ""
    ],
    "icons": {
        "16": "search.png",
        "48": "search.png",
        "128": "search.png"
    },
    "background": {
        "scripts": [
            "cmSearch.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html"
}