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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}