AtCoder Calendar
Make it easy to add AtCoder contests to your Google Calendar.
Wat is AtCoder Calendar?
AtCoder Calendar is een Chrome-extensie ontwikkeld door penicillin0, en de belangrijkste functie is "Make it easy to add AtCoder contests to your Google Calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie AtCoder Calendar
Download AtCoder Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AtCoder Calendar |
ID | dokfhaljgioiaeappgnmibgoipegbldf |
Officiële URL | https://chromewebstore.google.com/detail/atcoder-calendar/dokfhaljgioiaeappgnmibgoipegbldf |
Beschrijving | Make it easy to add AtCoder contests to your Google Calendar. |
Bestandsgrootte | 18.2 KB |
Aantal Installaties | 329 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2023-06-18 |
Publicatiedatum | 2019-10-03 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | penicillin0 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/penicillin0/AtCoder-Google-Calender |
Ondersteunde Talen | 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" } } |