GcalColor
Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)
GcalColorคืออะไร?
GcalColor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan deLespinasse และคุณลักษณะหลักของมันคือ "Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GcalColor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |