GCal Column Colours
Customise the background colours of columns in your google calendar.
Apa itu GCal Column Colours?
GCal Column Colours adalah ekstensi Chrome yang dikembangkan oleh Ben Meier, dan fitur utamanya adalah "Customise the background colours of columns in your google calendar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GCal Column Colours
Unduh file ekstensi GCal Column Colours dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GCal Column Colours |
ID | bmglmehjnldcinhabpcehlclnjccmlle |
URL Resmi | https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle |
Deskripsi | Customise the background colours of columns in your google calendar. |
Ukuran File | 3.26 KB |
Jumlah Instalasi | 437 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-03-15 |
Tanggal Publikasi | 2013-03-15 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Ben Meier |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |