Stalkcoder

This extension fetches ranks of live codechef contest

Что такое Stalkcoder?

Stalkcoder - это расширение Chrome, разработанное stalkcoders, и его основная функция - "This extension fetches ranks of live codechef contest".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Stalkcoder

Скачайте файлы расширений Stalkcoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 .                    

Основная информация о расширении

Название Stalkcoder Stalkcoder
ID ahkmkbpmiiindmcidjhcfimpkiaflick
Официальный URL https://chromewebstore.google.com/detail/stalkcoder/ahkmkbpmiiindmcidjhcfimpkiaflick
Описание This extension fetches ranks of live codechef contest
Размер файла 257 KB
Количество установок 51
Текущая Версия 1.5.1
Последнее Обновление 2014-09-07
Дата публикации 2014-09-07
Рейтинг 4.64/5 Всего 14 оценок
Разработчик stalkcoders
Тип оплаты free
Поддерживаемые языки 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"
}