Stalkcoder

This extension fetches ranks of live codechef contest

¿Qué es Stalkcoder?

Stalkcoder es una extensión de Chrome desarrollada por stalkcoders, y su función principal es "This extension fetches ranks of live codechef contest".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Stalkcoder

Descarga archivos de extensión Stalkcoder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Most of the people who participate in competitive programming want to keep a check of their friend's progress. Keeping that in mind we have built StalkCoder where you can stalk(follow) your friends to keep track of their progress.
 
StalkCoder allows you to keep a check of your friends progress in all the challenges on http://www.codechef.com/.

This extension allows you to:

* See your rank among your friends
* See who all are actively participating and who all are inactive
* See your current global rank in the contest

If you have any questions, suggestions or want to report bugs please post it here https://chrome.google.com/webstore/support/ahkmkbpmiiindmcidjhcfimpkiaflick#bug .                    

Información Básica de la Extensión

Nombre Stalkcoder Stalkcoder
ID ahkmkbpmiiindmcidjhcfimpkiaflick
URL Oficial https://chromewebstore.google.com/detail/stalkcoder/ahkmkbpmiiindmcidjhcfimpkiaflick
Descripción This extension fetches ranks of live codechef contest
Tamaño del Archivo 257 KB
Cantidad de Instalaciones 51
Versión Actual 1.5.1
Última Actualización 2014-09-07
Fecha de Publicación 2014-09-07
Calificación 4.64/5 Total de 14 Calificaciones
Desarrollador stalkcoders
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "stalker.html",
        "default_title": "StalkCoder"
    },
    "description": "This extension fetches ranks of live codechef contest",
    "icons": {
        "128": "icon_128x128.png",
        "48": "icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "Stalkcoder",
    "permissions": [
        "*:\/\/stalk-coder.appspot.com\/*",
        "*:\/\/www.codechef.com\/*"
    ],
    "short_name": "stalkcoder",
    "version": "1.5.1"
}