Coder's Calendar
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Co to jest Coder's Calendar?
Coder's Calendar to rozszerzenie Chrome opracowane przez nishanth_v, a jego główną funkcją jest „Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Coder's Calendar
Pobierz pliki rozszerzeń Coder's Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Coder's Calendar |
ID | bageaffklfkikjigoclfgengklfnidll |
Oficjalny URL | https://chromewebstore.google.com/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll |
Opis | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Rozmiar pliku | 633 KB |
Liczba instalacji | 7,349 |
Aktualna Wersja | 1.5.1 |
Ostatnia Aktualizacja | 2019-04-06 |
Data Publikacji | 2019-04-06 |
Ocena | 4.72/5 Łącznie 396 Oceny |
Deweloper | nishanth_v |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://nishanthvijayan.github.io/CoderCalendar/ |
Adres URL Strony Pomocy | https://github.com/nishanthvijayan/codercalendar/ |
Obsługiwane Języki | 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'" } |