Competitive's Calender

Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!

Cos'è Competitive's Calender?

Competitive's Calender è un'estensione di Chrome sviluppata da BrijMohan, e la sua funzione principale è "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Competitive's Calender

Scarica i file di estensione Competitive's Calender 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

                        Now , you can track your favourite contests from your favourite platforms , with just one extension.                    

Informazioni di Base sull'Estensione

Nome Competitive's Calender Competitive's Calender
ID gdpdlpooiknamibdbdehipmifhemcngp
URL Ufficiale https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp
Descrizione Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
Dimensione del File 776 KB
Conteggio Installazioni 109
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2021-08-02
Data di Pubblicazione 2021-07-31
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore BrijMohan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}