GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

Hvad er GitHub Add color to recently not updated file?

GitHub Add color to recently not updated file er en Chrome-udvidelse udviklet af naito.kenji, og dens hovedfunktion er "Add color to recently not updated file on GitHub.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GitHub Add color to recently not updated file-udvidelses-CRX-fil

Download GitHub Add color to recently not updated file-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
Officiel URL https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Beskrivelse Add color to recently not updated file on GitHub.
Filstørrelse 101 KB
Antal Installationer 44
Nuværende Version 0.2
Senest Opdateret 2014-06-07
Udgivelsesdato 2014-06-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler naito.kenji
Betalingsmetode free
Understøttede Sprog 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"
    }
}