CP Calendar
Chrome extension for checking Competitive programming contests schedule organized by various platforms.
Wat is CP Calendar?
CP Calendar is een Chrome-extensie ontwikkeld door vasu.kesharwani24, en de belangrijkste functie is "Chrome extension for checking Competitive programming contests schedule organized by various platforms.".
Extensie Screenshots
Download het CRX-bestand van de extensie CP Calendar
Download CP Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gnnibhojjocbjpkhhlphelmiiffodajj |
| Officiële URL | https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj |
| Beschrijving | Chrome extension for checking Competitive programming contests schedule organized by various platforms. |
| Bestandsgrootte | 1.57 MB |
| Aantal Installaties | 932 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2022-12-19 |
| Publicatiedatum | 2021-06-06 |
| Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | vasu.kesharwani24 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |