GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

Vad är GitHub Add color to recently not updated file?

GitHub Add color to recently not updated file är en Chrome-tillägg utvecklad av naito.kenji, och dess huvudfunktion är "Add color to recently not updated file on GitHub.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GitHub Add color to recently not updated file-förlängningens CRX-fil

Ladda ner GitHub Add color to recently not updated file-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
Officiell webbadress https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Beskrivning Add color to recently not updated file on GitHub.
Filstorlek 101 KB
Antal Installationer 44
Aktuell Version 0.2
Senast Uppdaterad 2014-06-07
Publiceringsdatum 2014-06-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare naito.kenji
Betalningssätt free
Stödda Språk 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"
    }
}