Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
¿Qué es Highlighted Search?
Highlighted Search es una extensión de Chrome desarrollada por gharezlak, y su función principal es "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Descargar Archivo CRX de la Extensión Highlighted Search
Descarga archivos de extensión Highlighted 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
Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.
Información Básica de la Extensión
Nombre | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
URL Oficial | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Descripción | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Tamaño del Archivo | 124 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 0.1.3 |
Última Actualización | 2017-05-11 |
Fecha de Publicación | 2017-05-11 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | gharezlak |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlighted Search", "manifest_version": 2, "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.", "version": "0.1.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Dynamic-InMail", "default_icon": "icon.png" } } |