Context Search

快速选择文字多引擎搜索工具,支持右键菜单搜索、划词搜索、菜单分组。支持多浏览器同步配置;默认保存多种常用搜索引擎,支持自定义。

What is Context Search?

Context Search is a Chrome extension developed by zhymax, and its main feature is "快速选择文字多引擎搜索工具,支持右键菜单搜索、划词搜索、菜单分组。支持多浏览器同步配置;默认保存多种常用搜索引擎,支持自定义。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Context Search Extension CRX File

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

                        扩展右键搜索功能,对页面选择的文字提供更多更快捷的搜索方式。

主要特性:
1 右键菜单搜索
2 页面划词搜索
3 菜单分组显示,清晰快捷
4 自定义添加搜索引擎
5 配置快速导入、备份
6 程序简单实用,无广告
7 快速复制                    

Extension Basic Information

Name Context Search Context Search
ID eopohglffbpfjebajgdholffljaccfdk
Official URL https://chrome.google.com/webstore/detail/context-search/eopohglffbpfjebajgdholffljaccfdk
Description 快速选择文字多引擎搜索工具,支持右键菜单搜索、划词搜索、菜单分组。支持多浏览器同步配置;默认保存多种常用搜索引擎,支持自定义。
File Size 72.89 KB
Installation Count 1,000
Current Version 1.0.4
Last Updated 2015-10-07
Publish Date 2015-10-07
Rating 4.75/5 Total 40 Ratings
Developer zhymax
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/logo48x48.png",
        "default_popup": "",
        "default_title": "Context Search"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "context.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "\u5feb\u901f\u9009\u62e9\u6587\u5b57\u591a\u5f15\u64ce\u641c\u7d22\u5de5\u5177\uff0c\u652f\u6301\u53f3\u952e\u83dc\u5355\u641c\u7d22\u3001\u5212\u8bcd\u641c\u7d22\u3001\u83dc\u5355\u5206\u7ec4\u3002\u652f\u6301\u591a\u6d4f\u89c8\u5668\u540c\u6b65\u914d\u7f6e\uff1b\u9ed8\u8ba4\u4fdd\u5b58\u591a\u79cd\u5e38\u7528\u641c\u7d22\u5f15\u64ce\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u3002",
    "icons": {
        "128": "images\/logo128x128.png",
        "16": "images\/logo16x16.png",
        "48": "images\/logo48x48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDTO77EostaJ4BS7KpJDKZ4O7AfE9lXC4fSvd6qJxtPr7rQ9xCSaL9bifXkDoDZhkOO1EE8P+xpcjjcWrWZNSYPufvzVECq19wiE0MhYfSEPOQT0HIcrQNbTgj5\/6Kg+VinX0anfmHe5exvc48aor1f0uF9RYk3TPT3h73C1aSyBQIDAQAB",
    "manifest_version": 2,
    "name": "Context Search",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}