CodingBuddy

Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.

Cos'è CodingBuddy?

CodingBuddy è un'estensione di Chrome sviluppata da Himanshu Agrawal, e la sua funzione principale è "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CodingBuddy

Scarica i file di estensione CodingBuddy 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

                        Main Features :- 
-  Visit a Coding Contest in one click, by clicking on the contest name.
-  Add a contest to Google Calendar and use its features.
-  Select specific websites for updates.
- Get access to all popular programming platforms , social platform and blogs in just one click.

Sites we support?
-  Codechef
-  Codeforces
-  LeetCode
-  Hacker Earth
-  Hacker Rank
-  AtCoder
and many more...

Coding-Buddy doesn’t take any personal information from the user. 

Please Rate and Review , if you find it useful :)                    

Informazioni di Base sull'Estensione

Nome CodingBuddy CodingBuddy
ID akfkjnollddcnljnlbcjjlnhdleghgam
URL Ufficiale https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam
Descrizione Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Dimensione del File 328 KB
Conteggio Installazioni 7,631
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-07-27
Data di Pubblicazione 2021-07-02
Valutazione 4.83/5 Totale 89 Valutazioni
Sviluppatore Himanshu Agrawal
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.linkedin.com/in/agrawal-himanshu-cpp/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodingBuddy",
    "description": "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.",
    "version": "1.2.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/img\/ed2.png",
            "32": ".\/img\/ed2.png",
            "48": ".\/img\/ed2.png",
            "128": ".\/img\/ed2.png"
        },
        "default_title": "CodingBuddy Calender"
    },
    "icons": {
        "16": ".\/img\/ed2.png",
        "32": ".\/img\/ed2.png",
        "48": ".\/img\/ed2.png",
        "128": ".\/img\/ed2.png"
    }
}