CodingBuddy
Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.
Apa itu CodingBuddy?
CodingBuddy adalah ekstensi Chrome yang dikembangkan oleh Himanshu Agrawal, dan fitur utamanya adalah "Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodingBuddy
Unduh file ekstensi CodingBuddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | CodingBuddy |
ID | akfkjnollddcnljnlbcjjlnhdleghgam |
URL Resmi | https://chromewebstore.google.com/detail/codingbuddy/akfkjnollddcnljnlbcjjlnhdleghgam |
Deskripsi | Never miss a Coding contest again! Displays live and upcoming Programming Contests happening on a variety of popular platforms. |
Ukuran File | 328 KB |
Jumlah Instalasi | 7,631 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2021-07-27 |
Tanggal Publikasi | 2021-07-02 |
Penilaian | 4.83/5 Total 89 Penilaian |
Pengembang | Himanshu Agrawal |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://www.linkedin.com/in/agrawal-himanshu-cpp/ |
Bahasa yang Didukung | 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" } } |