Coding Schedule
The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
Coding Scheduleคืออะไร?
Coding Schedule เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codingschedule.gitlab.io และคุณลักษณะหลักของมันคือ "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coding Schedule
ดาวน์โหลดไฟล์ส่วนขยาย Coding Schedule ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The big programming platforms such as Atcoder, Codeforces, Codechef, Csacademy, Hackerearth, Hackerrank, Topcoder,Spoj and many more are available. Main Feature of our extension is the reminder option which when set, gives notification before the contest starts, you can even snooze it. You can also add contests in your google calender. Other features includes subscribe, hide contests, add contests and many more. Please rate us and suggest us for more specific functions. See you on the Leader board !!! Happy Coding!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Coding Schedule |
ID | jbekfkgidfgnjgnnaiklfjhepdbhclme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme |
คำอธิบาย | The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests. |
ขนาดไฟล์ | 297 KB |
จำนวนการติดตั้ง | 620 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2019-09-28 |
วันที่เผยแพร่ | 2019-09-28 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://codingschedule.gitlab.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://codingschedule.gitlab.io/ |
URL หน้าช่วยเหลือ | https://codingschedule.gitlab.io/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Schedule", "version": "3.0", "description": "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.", "homepage_url": "https:\/\/codingschedule.gitlab.io", "permissions": [ "storage", "http:\/\/codescrape.azurewebsites.net\/getData" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" } }, "icons": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" }, "manifest_version": 2 } |