Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

O que é Github +1s?

Github +1s é uma extensão do Chrome desenvolvida por Ryan Florence, e sua principal característica é "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Github +1s

Baixe arquivos de extensão Github +1s 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

                                            

Informações Básicas da Extensão

Nome Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
URL Oficial https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
Descrição Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Tamanho do Arquivo 5.54 KB
Contagem de Instalações 210
Versão Atual 1.4.0
Última Atualização 2015-06-19
Data de Publicação 2015-06-19
Classificação 4.58/5 Total de 12 Avaliações
Desenvolvedor Ryan Florence
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}