Competitive Coding Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
Competitive Coding Calendarคืออะไร?
Competitive Coding Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prakashaaditya18 และคุณลักษณะหลักของมันคือ "An extension that keeps users updated about Coding or Competitive Programming contests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Competitive Coding Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Competitive Coding Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Simplified and Exclusive Chrome Extension for All your Competitive Programming Contest List at a Single Place. Just Choose a Platform for which you want to get Today and Upcoming Contest List. You can Click on a particular contest and it will redirect you to the Main Contest Page. If you like my Work Please Give Star and Review to this Extension. Thank You
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Competitive Coding Calendar |
ID | fhglbklldnbkhmhghpmgpnadfkjljnfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/competitive-coding-calend/fhglbklldnbkhmhghpmgpnadfkjljnfj |
คำอธิบาย | An extension that keeps users updated about Coding or Competitive Programming contests. |
ขนาดไฟล์ | 1.31 MB |
จำนวนการติดตั้ง | 310 |
เวอร์ชันปัจจุบัน | 4.0.1 |
อัปเดตครั้งล่าสุด | 2021-12-20 |
วันที่เผยแพร่ | 2021-11-24 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | prakashaaditya18 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Aaditya188 |
URL หน้าช่วยเหลือ | https://aadityaprakash.netlify.app/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Competitive Coding Calendar", "description": "An extension that keeps users updated about Coding or Competitive Programming contests.", "version": "4.0.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "logo\/128.png" }, "icons": { "128": "logo\/128.png", "48": "logo\/48.png", "16": "logo\/16.png" } } |