Google plus Community search

This extension allows you to perform a search inside the current google plus community you are browsing

O que é Google plus Community search?

Google plus Community search é uma extensão do Chrome desenvolvida por Fullmakt AS, e sua principal característica é "This extension allows you to perform a search inside the current google plus community you are browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google plus Community search

Baixe arquivos de extensão Google plus Community 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

                        Since the new Google Plus Community design lack the all important "search inside community" feature, this extension allows you to do just that. Click on the little icon at the top right when browsing a community to pop up a little search bar to search inside the community you are browsing.                    

Informações Básicas da Extensão

Nome Google plus Community search Google plus Community search
ID acddnghoolpgaifeinbglmbdhplndgca
URL Oficial https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca
Descrição This extension allows you to perform a search inside the current google plus community you are browsing
Tamanho do Arquivo 6.8 KB
Contagem de Instalações 171
Versão Atual 0.2
Última Atualização 2016-02-23
Data de Publicação 2016-02-23
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Fullmakt AS
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google plus Community search",
    "description": "This extension allows you to perform a search inside the current google plus community you are browsing",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Search community"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}