GCal Column Colours

Customise the background colours of columns in your google calendar.

Co je GCal Column Colours?

GCal Column Colours je rozšíření Chrome vyvinuté Ben Meier, a jeho hlavní funkcí je „Customise the background colours of columns in your google calendar.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GCal Column Colours

Stáhněte si soubory rozšíření GCal Column Colours ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
Oficiální URL https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Popis Customise the background colours of columns in your google calendar.
Velikost souboru 3.26 KB
Počet instalací 437
Aktuální Verze 0.1
Poslední Aktualizace 2013-03-15
Datum Vydání 2013-03-15
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Ben Meier
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}