Codechef Ranking

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

Co to jest Codechef Ranking?

Codechef Ranking to rozszerzenie Chrome opracowane przez yashmehrotra95, a jego główną funkcją jest „Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Codechef Ranking

Pobierz pliki rozszerzeń Codechef Ranking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Codechef Ranking Codechef Ranking
ID oinfhocbmbejhpajcpefdhoifkcdepba
Oficjalny URL https://chromewebstore.google.com/detail/codechef-ranking/oinfhocbmbejhpajcpefdhoifkcdepba
Opis Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)
Rozmiar pliku 20.78 KB
Liczba instalacji 597
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2014-06-16
Data Publikacji 2014-06-16
Ocena 4.35/5 Łącznie 17 Oceny
Deweloper yashmehrotra95
Typ Płatności free
Strona Rozszerzenia http://www.okrdx.com
Adres URL Strony Pomocy https://github.com/skbly7/codechef-ranking
Obsługiwane Języki 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"
}