Stalkcoder

This extension fetches ranks of live codechef contest

Stalkcoderとは何ですか?

Stalkcoderはstalkcodersによって開発されたChromeの拡張機能で、その主な機能は「This extension fetches ranks of live codechef contest」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Stalkcoder拡張機能のCRXファイルをダウンロード

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"
}