Codechef Ranking

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

Qu'est-ce que Codechef Ranking ?

Codechef Ranking est une extension Chrome développée par yashmehrotra95, et sa fonction principale est "Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Codechef Ranking

Téléchargez les fichiers d'extension Codechef Ranking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Codechef Ranking Codechef Ranking
ID oinfhocbmbejhpajcpefdhoifkcdepba
URL Officiel https://chromewebstore.google.com/detail/codechef-ranking/oinfhocbmbejhpajcpefdhoifkcdepba
Description Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)
Taille du Fichier 20.78 KB
Nombre d'Installations 597
Version Actuelle 2.0
Dernière Mise à Jour 2014-06-16
Date de Publication 2014-06-16
Évaluation 4.35/5 Total 17 Évaluations
Développeur yashmehrotra95
Type de Paiement free
Site Web de l'Extension http://www.okrdx.com
URL de la Page d'Aide https://github.com/skbly7/codechef-ranking
Langues Prises en Charge 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"
}