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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}