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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
            ]
        }
    ]
}