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)"입니다.
확장 프로그램 스크린샷
GcalColor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |