Codechef Ranking

Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)

Codechef Ranking란 무엇입니까?

Codechef Ranking은(는) yashmehrotra95에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        CodeChef is a global programming community. They host contests, trainings and events for programmers around the world. Their goal is to provide a platform for programmers everywhere to meet, compete, and have fun. CodeChef is a noncommercial organization operated by Directi, an Indian software company based in Mumbai, India.
But their isn't such feature on Codechef in which users can comptete within their college, see other programmer's progress on Codechef at a place and can know whom they have to approach to learn/ask doubt after the contest.
Thus, this extension has been made to provide all the features one need to know about other programmers of their college. It is an initiative to increase number of active Codechef users from all the colleges in India.                    

확장 프로그램 기본 정보

이름 Codechef Ranking Codechef Ranking
ID oinfhocbmbejhpajcpefdhoifkcdepba
공식 URL https://chromewebstore.google.com/detail/codechef-ranking/oinfhocbmbejhpajcpefdhoifkcdepba
설명 Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)
파일 크기 20.78 KB
설치 횟수 597
현재 버전 2.0
최근 업데이트 2014-06-16
출시 날짜 2014-06-16
평점 4.35/5 총 17 개의 평점
개발자 yashmehrotra95
결제 유형 free
확장 프로그램 웹 사이트 http://www.okrdx.com
도움말 페이지 URL https://github.com/skbly7/codechef-ranking
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codechef Ranking",
    "description": "Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)",
    "version": "2.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.okrdx.com\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.codechef.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "options_page": "options.html"
}