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是由naito.kenji开发的Chrome扩展程序,该扩展的主要功能是“Add color to recently not updated file on GitHub.”。

扩展截图

screenshot
screenshot

下载GitHub Add color to recently not updated file扩展crx文件

下载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"
    }
}