GCal Column Colours
Customise the background colours of columns in your google calendar.
Co to jest GCal Column Colours?
GCal Column Colours to rozszerzenie Chrome opracowane przez Ben Meier, a jego główną funkcją jest „Customise the background colours of columns in your google calendar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GCal Column Colours
Pobierz pliki rozszerzeń GCal Column Colours w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GCal Column Colours |
ID | bmglmehjnldcinhabpcehlclnjccmlle |
Oficjalny URL | https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle |
Opis | Customise the background colours of columns in your google calendar. |
Rozmiar pliku | 3.26 KB |
Liczba instalacji | 437 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-03-15 |
Data Publikacji | 2013-03-15 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Ben Meier |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |