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
Eメール [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"
            ]
        }
    ]
}