Codechef Ranking

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

Co je Codechef Ranking?

Codechef Ranking je rozšíření Chrome vyvinuté yashmehrotra95, a jeho hlavní funkcí je „Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Codechef Ranking

Stáhněte si soubory rozšíření Codechef Ranking ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Codechef Ranking Codechef Ranking
ID oinfhocbmbejhpajcpefdhoifkcdepba
Oficiální URL https://chromewebstore.google.com/detail/codechef-ranking/oinfhocbmbejhpajcpefdhoifkcdepba
Popis Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)
Velikost souboru 20.78 KB
Počet instalací 597
Aktuální Verze 2.0
Poslední Aktualizace 2014-06-16
Datum Vydání 2014-06-16
Hodnocení 4.35/5 Celkem 17 Hodnocení
Vývojář yashmehrotra95
Typ Platby free
Webové stránky Rozšíření http://www.okrdx.com
URL Stránky Nápovědy https://github.com/skbly7/codechef-ranking
Podporované Jazyky 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"
}