GCal Column Colours

Customise the background colours of columns in your google calendar.

Qu'est-ce que GCal Column Colours ?

GCal Column Colours est une extension Chrome développée par Ben Meier, et sa fonction principale est "Customise the background colours of columns in your google calendar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GCal Column Colours

Téléchargez les fichiers d'extension GCal Column Colours au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
URL Officiel https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Description Customise the background colours of columns in your google calendar.
Taille du Fichier 3.26 KB
Nombre d'Installations 437
Version Actuelle 0.1
Dernière Mise à Jour 2013-03-15
Date de Publication 2013-03-15
Évaluation 3.67/5 Total 3 Évaluations
Développeur Ben Meier
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}