Coder's Calendar

Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.

Coder's Calendarคืออะไร?

Coder's Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nishanth_v และคุณลักษณะหลักของมันคือ "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coder's Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Coder's Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Never miss a coding contest ever again!
Shows a list of live & upcoming coding Contests happening on various popular competitive programming websites with the feature to add these events to your Google Calendar.

We currently support Codechef, HackerEarth, Hackerrank, Topcoder, Codeforces, CSAcademy, AtCoder, LeetCode, Kaggle, etc.

Found any bugs? Have any suggestions to make this extension better? Know any other interesting and cool coding sites ?
Log them here : https://github.com/nishanthvijayan/CoderCalendar-Extensions/issues

Happy Coding!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Coder's Calendar Coder's Calendar
ID bageaffklfkikjigoclfgengklfnidll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll
คำอธิบาย Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
ขนาดไฟล์ 633 KB
จำนวนการติดตั้ง 7,349
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2019-04-06
วันที่เผยแพร่ 2019-04-06
คะแนน 4.72/5 รวมทั้งหมด 396 คะแนน
ผู้พัฒนา nishanth_v
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://nishanthvijayan.github.io/CoderCalendar/
URL หน้าช่วยเหลือ https://github.com/nishanthvijayan/codercalendar/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder's Calendar",
    "short_name": "Coder's Calendar",
    "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.",
    "version": "1.5.1",
    "permissions": [
        "http:\/\/contesttrackerapi.herokuapp.com\/",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "img\/icon32.png",
        "32": "img\/icon32.png",
        "48": "img\/icon32.png",
        "128": "img\/icon32.png"
    },
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/event_listeners.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}