CP Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
Cos'è CP Calendar?
CP Calendar è un'estensione di Chrome sviluppata da Arjun J, e la sua funzione principale è "An extension that keeps users updated about Coding or Competitive Programming contests.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CP Calendar
Scarica i file di estensione CP Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Never miss a coding contest again! CP Calendar helps you get the schedule of all Competitive Programming contests, hosted by various well-known platforms, listed in a single place. Shows a list of live and upcoming coding contests hosted by various popular competitive programming websites. Platforms supported: - Atcoder - CodeChef - Codeforces - GeeksForGeeks - Google - HackerEarth - Leetcode - TopCoder Found any bugs or have any suggestions to make CP Calendar better, if not the best? Log them here : https://github.com/karanarjunjr/cp-calendar/issues Cheers!
Informazioni di Base sull'Estensione
Nome | CP Calendar |
ID | nahdeimiheknmpknkenfkmhonnlboeim |
URL Ufficiale | https://chromewebstore.google.com/detail/cp-calendar/nahdeimiheknmpknkenfkmhonnlboeim |
Descrizione | An extension that keeps users updated about Coding or Competitive Programming contests. |
Dimensione del File | 893 KB |
Conteggio Installazioni | 4,257 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2023-06-14 |
Data di Pubblicazione | 2021-10-29 |
Valutazione | 4.97/5 Totale 29 Valutazioni |
Sviluppatore | Arjun J |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP Calendar", "description": "An extension that keeps users updated about Coding or Competitive Programming contests.", "version": "0.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "logo\/128.png" }, "icons": { "128": "logo\/128.png", "48": "logo\/48.png", "16": "logo\/16.png" } } |