Stalkcoder

This extension fetches ranks of live codechef contest

Stalkcoder란 무엇입니까?

Stalkcoder은(는) stalkcoders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension fetches ranks of live codechef contest"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Stalkcoder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}