CodingBuddy

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

Co je CodingBuddy?

CodingBuddy je rozšíření Chrome vyvinuté Himanshu Agrawal, a jeho hlavní funkcí je „Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CodingBuddy

Stáhněte si soubory rozšíření CodingBuddy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název CodingBuddy CodingBuddy
ID akfkjnollddcnljnlbcjjlnhdleghgam
Oficiální URL https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam
Popis Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Velikost souboru 328 KB
Počet instalací 7,631
Aktuální Verze 1.2.0
Poslední Aktualizace 2021-07-27
Datum Vydání 2021-07-02
Hodnocení 4.83/5 Celkem 89 Hodnocení
Vývojář Himanshu Agrawal
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.linkedin.com/in/agrawal-himanshu-cpp/
Podporované Jazyky 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"
    }
}