GCal Column Colours
Customise the background colours of columns in your google calendar.
什麼是GCal Column Colours?
GCal Column Colours是由Ben Meier開發的Chrome擴展程式,該擴展的主要功能是“Customise the background colours of columns in your google calendar.”。
擴展截圖
下載GCal Column Colours擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | bmglmehjnldcinhabpcehlclnjccmlle |
官方網址 | 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" ] } ] } |