GCal Column Colours

Customise the background colours of columns in your google calendar.

Was ist GCal Column Colours?

GCal Column Colours ist eine Chrome-Erweiterung, die von Ben Meier entwickelt wurde, und ihr Hauptmerkmal ist "Customise the background colours of columns in your google calendar.".

Erweiterungsscreenshots

screenshot

GCal Column Colours-Erweiterungs-CRX-Datei herunterladen

Laden Sie GCal Column Colours-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
Offizielle URL https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Beschreibung Customise the background colours of columns in your google calendar.
Dateigröße 3.26 KB
Installationsanzahl 437
Aktuelle Version 0.1
Letztes Update 2013-03-15
Veröffentlichungsdatum 2013-03-15
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Ben Meier
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}