Easy Search

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

¿Qué es Easy Search?

Easy Search es una extensión de Chrome desarrollada por woogyboogy73, y su función principal es "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Easy Search

Descarga archivos de extensión Easy Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
URL Oficial https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
Descripción Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Tamaño del Archivo 11.3 KB
Cantidad de Instalaciones 6,000
Versión Actual 0.1
Última Actualización 2014-01-02
Fecha de Publicación 2014-01-02
Calificación 1.75/5 Total de 4 Calificaciones
Desarrollador woogyboogy73
Tipo de Pago free
Idiomas Soportados 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"
        }
    }
}