Coding Schedule
The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Co je Coding Schedule?
Coding Schedule je rozšíření Chrome vyvinuté https://codingschedule.gitlab.io, a jeho hlavní funkcí je „The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Coding Schedule
Stáhněte si soubory rozšíření Coding Schedule ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Coding Schedule |
ID | jbekfkgidfgnjgnnaiklfjhepdbhclme |
Oficiální URL | https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme |
Popis | The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests. |
Velikost souboru | 297 KB |
Počet instalací | 620 |
Aktuální Verze | 3.0 |
Poslední Aktualizace | 2019-09-28 |
Datum Vydání | 2019-09-28 |
Hodnocení | 5.00/5 Celkem 8 Hodnocení |
Vývojář | https://codingschedule.gitlab.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://codingschedule.gitlab.io/ |
URL Stránky Nápovědy | https://codingschedule.gitlab.io/ |
Podporované Jazyky | 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 } |