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.”。
擴展截圖
下載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 :) 擴展基本資訊
| 名稱 | |
| ID | akfkjnollddcnljnlbcjjlnhdleghgam |
| 官方網址 | 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"
}
} | |