Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Wat is Groups Search?
Groups Search is een Chrome-extensie ontwikkeld door https://timothytocci.wordpress.com, en de belangrijkste functie is "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Groups Search
Download Groups Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Groups Search |
ID | donhcaknlpccdkjcibmnbagekdemifif |
Officiële URL | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
Beschrijving | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
Bestandsgrootte | 15.49 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-26 |
Publicatiedatum | 2014-01-26 |
Ontwikkelaar | https://timothytocci.wordpress.com |
Betalingswijze | free |
Extensiewebsite | http://timothytocci.com/ |
Help Pagina-URL | http://timothytocci.com/ |
Ondersteunde Talen | 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 } |