GCal Column Colours

Customise the background colours of columns in your google calendar.

Vad är GCal Column Colours?

GCal Column Colours är en Chrome-tillägg utvecklad av Ben Meier, och dess huvudfunktion är "Customise the background colours of columns in your google calendar.".

Tilläggsskärmbilder

screenshot

Ladda ner GCal Column Colours-förlängningens CRX-fil

Ladda ner GCal Column Colours-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
Officiell webbadress https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Beskrivning Customise the background colours of columns in your google calendar.
Filstorlek 3.26 KB
Antal Installationer 437
Aktuell Version 0.1
Senast Uppdaterad 2013-03-15
Publiceringsdatum 2013-03-15
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Ben Meier
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}