GcalColor

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

什么是GcalColor?

GcalColor是由Alan deLespinasse开发的Chrome扩展程序,该扩展的主要功能是“Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)”。

扩展截图

screenshot

下载GcalColor扩展crx文件

下载GcalColor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 GcalColor GcalColor
ID edegnmdhngniabdiiidplepangdoccna
官方URL https://chromewebstore.google.com/detail/gcalcolor/edegnmdhngniabdiiidplepangdoccna
简介 Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)
文件大小 5.13 KB
安装次数 5,742
当前版本 0.31
更新时间 2024-01-30
上架时间 2018-02-17
评分 4.45/5 共22次评分
开发者 Alan deLespinasse
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/adelespinasse/gcalcolor
支持的语言 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"
            ]
        }
    ]
}