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 là gì?

GitHub Add color to recently not updated file là một tiện ích mở rộng Chrome được phát triển bởi naito.kenji, và tính năng chính của nó là "Add color to recently not updated file on GitHub.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitHub Add color to recently not updated file

Tải xuống các tệp mở rộng GitHub Add color to recently not updated file dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHub Add color to recently not updated file GitHub Add color to recently not updated file
ID gnlanakllhhldoneeennbednopiaadld
URL Chính Thức https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld
Mô tả Add color to recently not updated file on GitHub.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-06-07
Ngày Phát Hành 2014-06-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển naito.kenji
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}