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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GCal Column Colours

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}