GCal Column Colours
Customise the background colours of columns in your google calendar.
Wat is GCal Column Colours?
GCal Column Colours is een Chrome-extensie ontwikkeld door Ben Meier, en de belangrijkste functie is "Customise the background colours of columns in your google calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie GCal Column Colours
Download GCal Column Colours-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GCal Column Colours |
ID | bmglmehjnldcinhabpcehlclnjccmlle |
Officiële URL | https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle |
Beschrijving | Customise the background colours of columns in your google calendar. |
Bestandsgrootte | 3.26 KB |
Aantal Installaties | 437 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-03-15 |
Publicatiedatum | 2013-03-15 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Ben Meier |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |