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