Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
¿Qué es Groups Search?
Groups Search es una extensión de Chrome desarrollada por https://timothytocci.wordpress.com, y su función principal es "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Groups Search
Descarga archivos de extensión Groups 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
Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox. To view the code for this addon and many others go to http://timothytocci.com/
Información Básica de la Extensión
Nombre | Groups Search |
ID | donhcaknlpccdkjcibmnbagekdemifif |
URL Oficial | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
Descripción | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
Tamaño del Archivo | 15.49 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 0.1 |
Última Actualización | 2014-01-26 |
Fecha de Publicación | 2014-01-26 |
Desarrollador | https://timothytocci.wordpress.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://timothytocci.com/ |
URL de la Página de Ayuda | http://timothytocci.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groups Search", "short_name": "ggs Search", "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "ggs" }, "icons": { "16": "ggs_16.png", "32": "ggs_32.png", "48": "ggs_48.png", "128": "ggs_128.png" }, "manifest_version": 2 } |