AtCoder Calendar
Make it easy to add AtCoder contests to your Google Calendar.
AtCoder Calendar란 무엇입니까?
AtCoder Calendar은(는) penicillin0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make it easy to add AtCoder contests to your Google Calendar."입니다.
확장 프로그램 스크린샷
AtCoder Calendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |