CP Calendar
Chrome extension for checking Competitive programming contests schedule organized by various platforms.
ما هو CP Calendar؟
CP Calendar هو إضافة Chrome تم تطويرها بواسطة vasu.kesharwani24، والميزة الرئيسية لها هي "Chrome extension for checking Competitive programming contests schedule organized by various platforms.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CP Calendar
قم بتنزيل ملفات الامتداد CP Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get every contest schedule details at one place Shows schedule for today's and upcoming contests Simple dropdown menu for filtering by platforms Supports nearly every contest platform Minimal Dark UI Blazing fast! Updates- Fixed minor bugs.
معلومات أساسية عن التمديد
الاسم | CP Calendar |
ID | gnnibhojjocbjpkhhlphelmiiffodajj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj |
الوصف | Chrome extension for checking Competitive programming contests schedule organized by various platforms. |
حجم الملف | 1.57 MB |
عدد التثبيتات | 932 |
النسخة الحالية | 3.0.0 |
آخر تحديث | 2022-12-19 |
تاريخ النشر | 2021-06-06 |
تقييم | 3.88/5 مجموع تقييمات 8 |
المطور | vasu.kesharwani24 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP Calendar", "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.", "manifest_version": 3, "version": "3.0.0", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "host_permissions": [ "https:\/\/clist.by\/api\/v2\/contest" ] } |