Competitive's Calender

Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!

ما هو Competitive's Calender؟

Competitive's Calender هو إضافة Chrome تم تطويرها بواسطة BrijMohan، والميزة الرئيسية لها هي "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Competitive's Calender

قم بتنزيل ملفات الامتداد Competitive's Calender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Now , you can track your favourite contests from your favourite platforms , with just one extension.                    

معلومات أساسية عن التمديد

الاسم Competitive's Calender Competitive's Calender
ID gdpdlpooiknamibdbdehipmifhemcngp
عنوان URL الرسمي https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp
الوصف Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
حجم الملف 776 KB
عدد التثبيتات 109
النسخة الحالية 0.0.0.1
آخر تحديث 2021-08-02
تاريخ النشر 2021-07-31
تقييم 5.00/5 مجموع تقييمات 8
المطور BrijMohan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Competitive's Calender",
    "description": "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Calender"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/kontests.net\/api\/v1\/all"
    ]
}