Github BFF: Better Fork Finder

Alerts you when there is a more active fork of the Github repo you are viewing

O que é Github BFF: Better Fork Finder?

Github BFF: Better Fork Finder é uma extensão do Chrome desenvolvida por Sridatta Thatipamala, e sua principal característica é "Alerts you when there is a more active fork of the Github repo you are viewing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Github BFF: Better Fork Finder

Baixe arquivos de extensão Github BFF: Better Fork Finder 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 BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
URL Oficial https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
Descrição Alerts you when there is a more active fork of the Github repo you are viewing
Tamanho do Arquivo 36.44 KB
Contagem de Instalações 43
Versão Atual 1.0
Última Atualização 2012-09-27
Data de Publicação 2012-09-26
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor Sridatta Thatipamala
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github BFF: Better Fork Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Alerts you when there is a more active fork of the Github repo you are viewing",
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ]
}