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.
扩展基本信息
名称 | 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" ] } ] } |