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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |