Stalkcoder

This extension fetches ranks of live codechef contest

O que é Stalkcoder?

Stalkcoder é uma extensão do Chrome desenvolvida por stalkcoders, e sua principal característica é "This extension fetches ranks of live codechef contest".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stalkcoder

Baixe arquivos de extensão Stalkcoder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 .                    

Informações Básicas da Extensão

Nome Stalkcoder Stalkcoder
ID ahkmkbpmiiindmcidjhcfimpkiaflick
URL Oficial https://chromewebstore.google.com/detail/stalkcoder/ahkmkbpmiiindmcidjhcfimpkiaflick
Descrição This extension fetches ranks of live codechef contest
Tamanho do Arquivo 257 KB
Contagem de Instalações 51
Versão Atual 1.5.1
Última Atualização 2014-09-07
Data de Publicação 2014-09-07
Classificação 4.64/5 Total de 14 Avaliações
Desenvolvedor stalkcoders
Tipo de Pagamento free
Idiomas Suportados 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"
}