GcalColor

Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)

O que é GcalColor?

GcalColor é uma extensão do Chrome desenvolvida por Alan deLespinasse, e sua principal característica é "Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GcalColor

Baixe arquivos de extensão GcalColor 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

                        In the old (pre-2018) Google Calendar, the names of events were shown in different colors. Google changed it to show the names in black, with just a colored dot to the left of the name to show the event's color. This extension changes the text color back to the event's color, and hides the dots. Events take up slightly less space without the dots.

TO CLARIFY, this extension does NOT add new colors, nor does it provide a new way to choose colors. That function is already built into Google Calendar: (1) Each of your calendars has a default color; that calendar's events are shown in that color unless changed. You can change a calendar's color in the Settings. (2) When creating or editing an event, there's a dot that shows the event's color; click the dot to change the color.

Open source, hosted on GitHub. If you have any problems or requests, the best thing is to file an issue there. Or fix it yourself and submit a pull request! https://github.com/adelespinasse/gcalcolor                    

Informações Básicas da Extensão

Nome GcalColor GcalColor
ID edegnmdhngniabdiiidplepangdoccna
URL Oficial https://chromewebstore.google.com/detail/gcalcolor/edegnmdhngniabdiiidplepangdoccna
Descrição Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)
Tamanho do Arquivo 5.13 KB
Contagem de Instalações 5,742
Versão Atual 0.31
Última Atualização 2024-01-30
Data de Publicação 2018-02-17
Classificação 4.45/5 Total de 22 Avaliações
Desenvolvedor Alan deLespinasse
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/adelespinasse/gcalcolor
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GcalColor",
    "description": "Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)",
    "version": "0.31",
    "author": "Alan deLespinasse",
    "homepage_url": "https:\/\/github.com\/adelespinasse\/gcalcolor",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/calendar*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}