AtCoder Calendar
Make it easy to add AtCoder contests to your Google Calendar.
AtCoder Calendarคืออะไร?
AtCoder Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย penicillin0 และคุณลักษณะหลักของมันคือ "Make it easy to add AtCoder contests to your Google Calendar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AtCoder Calendar
ดาวน์โหลดไฟล์ส่วนขยาย AtCoder Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate a schedule link for Google Calendar on the AtCoder contest site. It becomes easy to add to your calendar for each contest. * This is an unofficial extension, so use at your own risk. If you have any bugs or requests for additional features, please send them to https://github.com/penicillin0/AtCoder-Google-Calender/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AtCoder Calendar |
ID | dokfhaljgioiaeappgnmibgoipegbldf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf |
คำอธิบาย | Make it easy to add AtCoder contests to your Google Calendar. |
ขนาดไฟล์ | 18.2 KB |
จำนวนการติดตั้ง | 329 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2023-06-18 |
วันที่เผยแพร่ | 2019-10-03 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | penicillin0 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/penicillin0/AtCoder-Google-Calender |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/atcoder.jp\/contests\/*" ] } ], "description": "__MSG_appDescription__", "default_locale": "en", "manifest_version": 3, "name": "AtCoder Calendar", "short_name": "AC Calender", "version": "1.1.4", "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" } } |