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
官方網址 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"
    }
}