GCal Column Colours

Customise the background colours of columns in your google calendar.

O que é GCal Column Colours?

GCal Column Colours é uma extensão do Chrome desenvolvida por Ben Meier, e sua principal característica é "Customise the background colours of columns in your google calendar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GCal Column Colours

Baixe arquivos de extensão GCal Column Colours no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GCal Column Colours GCal Column Colours
ID bmglmehjnldcinhabpcehlclnjccmlle
URL Oficial https://chromewebstore.google.com/detail/gcal-column-colours/bmglmehjnldcinhabpcehlclnjccmlle
Descrição Customise the background colours of columns in your google calendar.
Tamanho do Arquivo 3.26 KB
Contagem de Instalações 437
Versão Atual 0.1
Última Atualização 2013-03-15
Data de Publicação 2013-03-15
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Ben Meier
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}