GitHub Add color to recently not updated file

Add color to recently not updated file on GitHub.

GitHub Add color to recently not updated fileคืออะไร?

GitHub Add color to recently not updated file เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naito.kenji และคุณลักษณะหลักของมันคือ "Add color to recently not updated file on GitHub."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Add color to recently not updated file

ดาวน์โหลดไฟล์ส่วนขยาย GitHub Add color to recently not updated file ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
คำอธิบาย Add color to recently not updated file on GitHub.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-06-07
วันที่เผยแพร่ 2014-06-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา naito.kenji
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}