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ファイルをダウンロード

Codechef Ranking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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