Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

什么是Easy Search?

Easy Search是由woogyboogy73开发的Chrome扩展程序,该扩展的主要功能是“Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.”。

扩展截图

screenshot

下载Easy Search扩展crx文件

下载Easy Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

扩展基本信息

名称 Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
官方URL https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
简介 Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
文件大小 11.3 KB
安装次数 6,000
当前版本 0.1
更新时间 2014-01-02
上架时间 2014-01-02
评分 1.75/5 共4次评分
开发者 woogyboogy73
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}