CodingBuddy

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

What is CodingBuddy?

CodingBuddy is a Chrome extension developed by Himanshu Agrawal, and its main feature is "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CodingBuddy Extension CRX File

Download CodingBuddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CodingBuddy CodingBuddy
ID akfkjnollddcnljnlbcjjlnhdleghgam
Official URL https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam
Description Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
File Size 328 KB
Installation Count 7,631
Current Version 1.2.0
Last Updated 2021-07-27
Publish Date 2021-07-02
Rating 4.83/5 Total 89 Ratings
Developer Himanshu Agrawal
Email [email protected]
Payment Type free
Help Page URL https://www.linkedin.com/in/agrawal-himanshu-cpp/
Supported Languages 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"
    }
}