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 |
| 公式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 |
| Eメール | [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"
}
} | |