ForceCoder
CodeForces extension
ForceCoderคืออะไร?
ForceCoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snukent และคุณลักษณะหลักของมันคือ "CodeForces extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ForceCoder
ดาวน์โหลดไฟล์ส่วนขยาย ForceCoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CoderForcesの見た目をTopcoderっぽくする Chrome Extensionです。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | laigpdfabnhljjkhbhjhedmnnhholkfp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/forcecoder/laigpdfabnhljjkhbhjhedmnnhholkfp |
คำอธิบาย | CodeForces extension |
ขนาดไฟล์ | 44.16 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-12-29 |
วันที่เผยแพร่ | 2013-12-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | snukent |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ForceCoder", "version": "1.2", "manifest_version": 2, "description": "CodeForces extension", "icons": { "48": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/codeforces.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_start" } ] } |