GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

¿Qué es GitHub Add color to recently not updated file?

GitHub Add color to recently not updated file es una extensión de Chrome desarrollada por naito.kenji, y su función principal es "Add color to recently not updated file on GitHub.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión GitHub Add color to recently not updated file

Descarga archivos de extensión GitHub Add color to recently not updated file en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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'.                    

Información Básica de la Extensión

Nombre 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
Descripción Add color to recently not updated file on GitHub.
Tamaño del Archivo 101 KB
Cantidad de Instalaciones 44
Versión Actual 0.2
Última Actualización 2014-06-07
Fecha de Publicación 2014-06-07
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador naito.kenji
Tipo de Pago free
Idiomas Soportados 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"
    }
}