CodingBuddy

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

什么是CodingBuddy?

CodingBuddy是由Himanshu Agrawal开发的Chrome扩展程序,该扩展的主要功能是“Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CodingBuddy扩展crx文件

下载CodingBuddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 CodingBuddy CodingBuddy
ID akfkjnollddcnljnlbcjjlnhdleghgam
官方URL https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam
简介 Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
文件大小 328 KB
安装次数 7,631
当前版本 1.2.0
更新时间 2021-07-27
上架时间 2021-07-02
评分 4.83/5 共89次评分
开发者 Himanshu Agrawal
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.linkedin.com/in/agrawal-himanshu-cpp/
支持的语言 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"
    }
}