CodeForces Calendar™
This extension will help you to remain updated with the latest CodeForces contests.
CodeForces Calendar™คืออะไร?
CodeForces Calendar™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mail.souravchk และคุณลักษณะหลักของมันคือ "This extension will help you to remain updated with the latest CodeForces contests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeForces Calendar™
ดาวน์โหลดไฟล์ส่วนขยาย CodeForces Calendar™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is free and fetches the recent upcoming contests on CodeForces site(http://www.codeforces.com). It also provides the time remaining for each of the mentioned contests.
It acts as a one-click utility for the users who are active on Codeforces. It may also serve as a contest reminder. Users are also redirected to the Contests page if they click on the links provided.
If it violates any copyright(s) or you have any feedback/suggestions, send a mail to the following:- [email protected] or [email protected]. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ehmnahdmmiibcbebjafdgjlomhnommpo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codeforces-calendar/ehmnahdmmiibcbebjafdgjlomhnommpo |
| คำอธิบาย | This extension will help you to remain updated with the latest CodeForces contests. |
| ขนาดไฟล์ | 28.06 KB |
| จำนวนการติดตั้ง | 1,608 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-12-09 |
| วันที่เผยแพร่ | 2014-12-09 |
| คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | mail.souravchk |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CodeForces Calendar\u2122",
"description": "This extension will help you to remain updated with the latest CodeForces contests.",
"version": "1.0",
"icons": {
"16": "Icons\/icon.png",
"48": "Icons\/icon.png",
"128": "Icons\/icon.png"
},
"browser_action": {
"default_icon": "Icons\/icon.png",
"default_popup": "BrowserAction\/popup.html"
},
"web_accessible_resources": [
"BrowserAction\/js\/popup.js",
"BrowserAction\/css\/style.css"
],
"permissions": [
"tabs",
"http:\/\/www.codeforces.com\/api\/contest.list?jsonp=parseResponse",
"http:\/\/www.codeforces.com\/contests",
"http:\/\/www.codeforces.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/codeforces.com\/api\/contest.list?jsonp=parseResponse; object-src 'none'"
} | |