Codechef Ranking
Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)
Was ist Codechef Ranking?
Codechef Ranking ist eine Chrome-Erweiterung, die von yashmehrotra95 entwickelt wurde, und ihr Hauptmerkmal ist "Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra)".
Erweiterungsscreenshots
Codechef Ranking-Erweiterungs-CRX-Datei herunterladen
Laden Sie Codechef Ranking-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Codechef Ranking |
ID | oinfhocbmbejhpajcpefdhoifkcdepba |
Offizielle URL | https://chromewebstore.google.com/detail/codechef-ranking/oinfhocbmbejhpajcpefdhoifkcdepba |
Beschreibung | Let you know your Codechef college rank on contest's page only. From Chrome store. (Thanks to Yash Mehrotra) |
Dateigröße | 20.78 KB |
Installationsanzahl | 597 |
Aktuelle Version | 2.0 |
Letztes Update | 2014-06-16 |
Veröffentlichungsdatum | 2014-06-16 |
Bewertung | 4.35/5 Insgesamt 17 Bewertungen |
Entwickler | yashmehrotra95 |
Zahlungsart | free |
Erweiterungswebsite | http://www.okrdx.com |
Hilfeseite URL | https://github.com/skbly7/codechef-ranking |
Unterstützte Sprachen | 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" } |