Competitive's Calender
Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
Co to jest Competitive's Calender?
Competitive's Calender to rozszerzenie Chrome opracowane przez BrijMohan, a jego główną funkcją jest „Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Competitive's Calender
Pobierz pliki rozszerzeń Competitive's Calender 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
Now , you can track your favourite contests from your favourite platforms , with just one extension. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gdpdlpooiknamibdbdehipmifhemcngp |
| Oficjalny URL | https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp |
| Opis | Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!! |
| Rozmiar pliku | 776 KB |
| Liczba instalacji | 109 |
| Aktualna Wersja | 0.0.0.1 |
| Ostatnia Aktualizacja | 2021-08-02 |
| Data Publikacji | 2021-07-31 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | BrijMohan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": " Competitive's Calender",
"description": "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!",
"version": "0.0.0.1",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "Calender"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"permissions": [
"https:\/\/kontests.net\/api\/v1\/all"
]
} | |