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 nishanth_v द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coder's Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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'" } |