CP Calendar

Chrome extension for checking Competitive programming contests schedule organized by various platforms.

Co to jest CP Calendar?

CP Calendar to rozszerzenie Chrome opracowane przez vasu.kesharwani24, a jego główną funkcją jest „Chrome extension for checking Competitive programming contests schedule organized by various platforms.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CP Calendar

Pobierz pliki rozszerzeń CP 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

                        Get every contest schedule details at one place
Shows schedule for today's and upcoming contests
Simple dropdown menu for filtering by platforms
Supports nearly every contest platform
Minimal Dark UI
Blazing fast!

Updates-
Fixed minor bugs.                    

Podstawowe informacje o rozszerzeniu

Nazwa CP Calendar CP Calendar
ID gnnibhojjocbjpkhhlphelmiiffodajj
Oficjalny URL https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj
Opis Chrome extension for checking Competitive programming contests schedule organized by various platforms.
Rozmiar pliku 1.57 MB
Liczba instalacji 932
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2022-12-19
Data Publikacji 2021-06-06
Ocena 3.88/5 Łącznie 8 Oceny
Deweloper vasu.kesharwani24
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Calendar",
    "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.",
    "manifest_version": 3,
    "version": "3.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/clist.by\/api\/v2\/contest"
    ]
}