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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Codechef Ranking एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}