GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

Apa itu GitHub Add color to recently not updated file?

GitHub Add color to recently not updated file adalah ekstensi Chrome yang dikembangkan oleh naito.kenji, dan fitur utamanya adalah "Add color to recently not updated file on GitHub.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GitHub Add color to recently not updated file

Unduh file ekstensi GitHub Add color to recently not updated file dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
URL Resmi https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Deskripsi Add color to recently not updated file on GitHub.
Ukuran File 101 KB
Jumlah Instalasi 44
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-06-07
Tanggal Publikasi 2014-06-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang naito.kenji
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}