GCal Column Colours

Customise the background colours of columns in your google calendar.

Hvad er GCal Column Colours?

GCal Column Colours er en Chrome-udvidelse udviklet af Ben Meier, og dens hovedfunktion er "Customise the background colours of columns in your google calendar.".

Udvidelsesskærmbilleder

screenshot

Download GCal Column Colours-udvidelses-CRX-fil

Download GCal Column Colours-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
Officiel URL https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Beskrivelse Customise the background colours of columns in your google calendar.
Filstørrelse 3.26 KB
Antal Installationer 437
Nuværende Version 0.1
Senest Opdateret 2013-03-15
Udgivelsesdato 2013-03-15
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Ben Meier
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}