Coding Schedule
The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Coding Schedule क्या है?
Coding Schedule https://codingschedule.gitlab.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coding Schedule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The big programming platforms such as Atcoder, Codeforces, Codechef, Csacademy, Hackerearth, Hackerrank, Topcoder,Spoj and many more are available. Main Feature of our extension is the reminder option which when set, gives notification before the contest starts, you can even snooze it. You can also add contests in your google calender. Other features includes subscribe, hide contests, add contests and many more. Please rate us and suggest us for more specific functions. See you on the Leader board !!! Happy Coding!
एक्सटेंशन की मूल जानकारी
नाम | Coding Schedule |
ID | jbekfkgidfgnjgnnaiklfjhepdbhclme |
आधिकारिक URL | https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme |
विवरण | The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests. |
फ़ाइल का आकार | 297 KB |
स्थापना संख्या | 620 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2019-09-28 |
प्रकाशन तिथि | 2019-09-28 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://codingschedule.gitlab.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://codingschedule.gitlab.io/ |
सहायता पृष्ठ URL | https://codingschedule.gitlab.io/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Schedule", "version": "3.0", "description": "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.", "homepage_url": "https:\/\/codingschedule.gitlab.io", "permissions": [ "storage", "http:\/\/codescrape.azurewebsites.net\/getData" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" } }, "icons": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" }, "manifest_version": 2 } |