GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

Qu'est-ce que GitHub Add color to recently not updated file ?

GitHub Add color to recently not updated file est une extension Chrome développée par naito.kenji, et sa fonction principale est "Add color to recently not updated file on GitHub.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GitHub Add color to recently not updated file

Téléchargez les fichiers d'extension GitHub Add color to recently not updated file au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
URL Officiel https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Description Add color to recently not updated file on GitHub.
Taille du Fichier 101 KB
Nombre d'Installations 44
Version Actuelle 0.2
Dernière Mise à Jour 2014-06-07
Date de Publication 2014-06-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur naito.kenji
Type de Paiement free
Langues Prises en Charge 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"
    }
}