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ファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |