AtCoder Calendar
Make it easy to add AtCoder contests to your Google Calendar.
AtCoder Calendar क्या है?
AtCoder Calendar penicillin0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make it easy to add AtCoder contests to your Google Calendar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AtCoder Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |