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
官方網址 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"
}