GCal Column Colours
Customise the background colours of columns in your google calendar.
Τι είναι το GCal Column Colours;
Το GCal Column Colours είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ben Meier, και η κύρια λειτουργία του είναι "Customise the background colours of columns in your google calendar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GCal Column Colours
Λήψη αρχείων επέκτασης GCal Column Colours σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GCal Column Colours |
ID | bmglmehjnldcinhabpcehlclnjccmlle |
Επίσημο URL | https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle |
Περιγραφή | Customise the background colours of columns in your google calendar. |
Μέγεθος Αρχείου | 3.26 KB |
Αριθμός Εγκαταστάσεων | 437 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2013-03-15 |
Ημερομηνία Δημοσίευσης | 2013-03-15 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Ben Meier |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |