Stalkcoder
This extension fetches ranks of live codechef contest
Stalkcoderคืออะไร?
Stalkcoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stalkcoders และคุณลักษณะหลักของมันคือ "This extension fetches ranks of live codechef contest"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stalkcoder
ดาวน์โหลดไฟล์ส่วนขยาย Stalkcoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Most of the people who participate in competitive programming want to keep a check of their friend's progress. Keeping that in mind we have built StalkCoder where you can stalk(follow) your friends to keep track of their progress. StalkCoder allows you to keep a check of your friends progress in all the challenges on http://www.codechef.com/. This extension allows you to: * See your rank among your friends * See who all are actively participating and who all are inactive * See your current global rank in the contest If you have any questions, suggestions or want to report bugs please post it here https://chrome.google.com/webstore/support/ahkmkbpmiiindmcidjhcfimpkiaflick#bug .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stalkcoder |
ID | ahkmkbpmiiindmcidjhcfimpkiaflick |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stalkcoder/ahkmkbpmiiindmcidjhcfimpkiaflick |
คำอธิบาย | This extension fetches ranks of live codechef contest |
ขนาดไฟล์ | 257 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2014-09-07 |
วันที่เผยแพร่ | 2014-09-07 |
คะแนน | 4.64/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | stalkcoders |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "stalker.html", "default_title": "StalkCoder" }, "description": "This extension fetches ranks of live codechef contest", "icons": { "128": "icon_128x128.png", "48": "icon_48x48.png" }, "manifest_version": 2, "name": "Stalkcoder", "permissions": [ "*:\/\/stalk-coder.appspot.com\/*", "*:\/\/www.codechef.com\/*" ], "short_name": "stalkcoder", "version": "1.5.1" } |