GCal Column Colours

Customise the background colours of columns in your google calendar.

Что такое GCal Column Colours?

GCal Column Colours - это расширение Chrome, разработанное Ben Meier, и его основная функция - "Customise the background colours of columns in your google calendar.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GCal Column Colours

Скачайте файлы расширений GCal Column Colours в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        GCal Column Colours is a tiny nifty plugin with a single purpose: To give customised colours to your Google Calendar.

This version gives your weekends a light grey background and gives  the 'today' indicator some colour.

Note that this is version 0.1 and may have some bugs.

Future versions may be more customisable and may work for languages other than English.                    

Основная информация о расширении

Название GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
Официальный URL https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Описание Customise the background colours of columns in your google calendar.
Размер файла 3.26 KB
Количество установок 437
Текущая Версия 0.1
Последнее Обновление 2013-03-15
Дата публикации 2013-03-15
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Ben Meier
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GCal Column Colours",
    "description": "Customise the background colours of columns in your google calendar.",
    "version": "0.1",
    "permissions": [
        "https:\/\/www.google.com\/calendar\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*"
            ],
            "css": [
                "gccc_x.css"
            ],
            "js": [
                "gccc_x.js"
            ]
        }
    ]
}