Stalkcoder
This extension fetches ranks of live codechef contest
Stalkcoder là gì?
Stalkcoder là một tiện ích mở rộng Chrome được phát triển bởi stalkcoders, và tính năng chính của nó là "This extension fetches ranks of live codechef contest".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stalkcoder
Tải xuống các tệp mở rộng Stalkcoder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stalkcoder |
ID | ahkmkbpmiiindmcidjhcfimpkiaflick |
URL Chính Thức | https://chromewebstore.google.com/detail/stalkcoder/ahkmkbpmiiindmcidjhcfimpkiaflick |
Mô tả | This extension fetches ranks of live codechef contest |
Kích Thước Tệp | 257 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2014-09-07 |
Ngày Phát Hành | 2014-09-07 |
Đánh Giá | 4.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | stalkcoders |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |