Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
Codeforces Regular Contest Remainderคืออะไร?
Codeforces Regular Contest Remainder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shibin George และคุณลักษณะหลักของมันคือ "This extension reminds you about upcoming Codeforces contests"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeforces Regular Contest Remainder
ดาวน์โหลดไฟล์ส่วนขยาย Codeforces Regular Contest Remainder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lightweight Chrome extension for showing upcoming Codeforces regular contests, at the click of a button. The extension uses the official Codeforces API. Freely Distributable and reuseable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
คำอธิบาย | This extension reminds you about upcoming Codeforces contests |
ขนาดไฟล์ | 26.02 KB |
จำนวนการติดตั้ง | 288 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-16 |
วันที่เผยแพร่ | 2016-11-16 |
ผู้พัฒนา | Shibin George |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codeforces Regular Contest Remainder", "description": "This extension reminds you about upcoming Codeforces contests", "version": "1.0", "browser_action": { "default_icon": "codeforces.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/codeforces.com\/*\/" ] } |