GCal Column Colours
Customise the background colours of columns in your google calendar.
What is GCal Column Colours?
GCal Column Colours is a Chrome extension developed by Ben Meier, and its main feature is "Customise the background colours of columns in your google calendar.".
Extension Screenshots
Download GCal Column Colours Extension CRX File
Download GCal Column Colours extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GCal Column Colours |
ID | bmglmehjnldcinhabpcehlclnjccmlle |
Official URL | https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle |
Description | Customise the background colours of columns in your google calendar. |
File Size | 3.26 KB |
Installation Count | 437 |
Current Version | 0.1 |
Last Updated | 2013-03-15 |
Publish Date | 2013-03-15 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Ben Meier |
Payment Type | free |
Supported Languages | 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" ] } ] } |