Competitive's Calender
Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
Wat is Competitive's Calender?
Competitive's Calender is een Chrome-extensie ontwikkeld door BrijMohan, en de belangrijkste functie is "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Competitive's Calender
Download Competitive's Calender-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
Now , you can track your favourite contests from your favourite platforms , with just one extension. Basisinformatie over de Extensie
| Naam | |
| ID | gdpdlpooiknamibdbdehipmifhemcngp |
| Officiële URL | https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp |
| Beschrijving | Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!! |
| Bestandsgrootte | 776 KB |
| Aantal Installaties | 109 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2021-08-02 |
| Publicatiedatum | 2021-07-31 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | BrijMohan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |