GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

Co je GitHub Add color to recently not updated file?

GitHub Add color to recently not updated file je rozšíření Chrome vyvinuté naito.kenji, a jeho hlavní funkcí je „Add color to recently not updated file on GitHub.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GitHub Add color to recently not updated file

Stáhněte si soubory rozšíření GitHub Add color to recently not updated file ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
Oficiální URL https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Popis Add color to recently not updated file on GitHub.
Velikost souboru 101 KB
Počet instalací 44
Aktuální Verze 0.2
Poslední Aktualizace 2014-06-07
Datum Vydání 2014-06-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář naito.kenji
Typ Platby free
Podporované Jazyky 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"
    }
}