GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

O que é GitHub Add color to recently not updated file?

GitHub Add color to recently not updated file é uma extensão do Chrome desenvolvida por naito.kenji, e sua principal característica é "Add color to recently not updated file on GitHub.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GitHub Add color to recently not updated file

Baixe arquivos de extensão GitHub Add color to recently not updated file 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

                        GitHub Add color to recently not updated file.

The file which is not updated more than half a year is changed into 'orange'. 
The file which is not updated more than one year is changed into 'red'.                    

Informações Básicas da Extensão

Nome GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
URL Oficial https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Descrição Add color to recently not updated file on GitHub.
Tamanho do Arquivo 101 KB
Contagem de Instalações 44
Versão Atual 0.2
Última Atualização 2014-06-07
Data de Publicação 2014-06-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor naito.kenji
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Add color to recently not updated file",
    "version": "0.2",
    "description": "Add color to recently not updated file on GitHub.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.github.com\/*",
                "https:\/\/*.github.com\/*"
            ],
            "js": [
                "jquery-1.11.1.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}