GCal Column Colours

Customise the background colours of columns in your google calendar.

GCal Column Colours là gì?

GCal Column Colours là một tiện ích mở rộng Chrome được phát triển bởi Ben Meier, và tính năng chính của nó là "Customise the background colours of columns in your google calendar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GCal Column Colours

Tải xuống các tệp mở rộng GCal Column Colours dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
URL Chính Thức https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Mô tả Customise the background colours of columns in your google calendar.
Kích Thước Tệp 3.26 KB
Số Lần Cài Đặt 437
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-03-15
Ngày Phát Hành 2013-03-15
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ben Meier
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}