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 هو إضافة Chrome تم تطويرها بواسطة https://codingschedule.gitlab.io، والميزة الرئيسية لها هي "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coding Schedule
قم بتنزيل ملفات الامتداد Coding Schedule بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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 } |