Stalkcoder

This extension fetches ranks of live codechef contest

Stalkcoder क्या है?

Stalkcoder stalkcoders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension fetches ranks of live codechef contest"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stalkcoder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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