Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
O que é Groups Search?
Groups Search é uma extensão do Chrome desenvolvida por https://timothytocci.wordpress.com, e sua principal característica é "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Groups Search
Baixe arquivos de extensão Groups Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Groups Search |
ID | donhcaknlpccdkjcibmnbagekdemifif |
URL Oficial | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
Descrição | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
Tamanho do Arquivo | 15.49 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.1 |
Última Atualização | 2014-01-26 |
Data de Publicação | 2014-01-26 |
Desenvolvedor | https://timothytocci.wordpress.com |
Tipo de Pagamento | free |
Site da Extensão | http://timothytocci.com/ |
URL da Página de Ajuda | http://timothytocci.com/ |
Idiomas Suportados | 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 } |