Highlight to Search
Press Alt+Shift+Y to search for the selected text on Yahoo.
¿Qué es Highlight to Search?
Highlight to Search es una extensión de Chrome desarrollada por lironkartz, y su función principal es "Press Alt+Shift+Y to search for the selected text on Yahoo.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Highlight to Search
Descarga archivos de extensión Highlight to 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 quickly search on the Yahoo search engine the current highlighted text. All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.
Información Básica de la Extensión
Nombre | |
ID | lncokdgmmjicggolpdppfgbjeaikekhn |
URL Oficial | https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn |
Descripción | Press Alt+Shift+Y to search for the selected text on Yahoo. |
Tamaño del Archivo | 8.71 KB |
Cantidad de Instalaciones | 4,520 |
Versión Actual | 0.1 |
Última Actualización | 2014-01-02 |
Fecha de Publicación | 2014-01-02 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | lironkartz |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlight to Search", "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.", "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": { "yahoo-search": { "suggested_key": { "default": "Alt+Shift+Y" }, "description": "Yahoo search selected text" } } } |