Chef-o-Bot

Moving around on Codechef made easy!

Τι είναι το Chef-o-Bot;

Το Chef-o-Bot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Naman Sancheti, και η κύρια λειτουργία του είναι "Moving around on Codechef made easy!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chef-o-Bot

Λήψη αρχείων επέκτασης Chef-o-Bot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Moving around on Codechef couldn't get any simpler...

With the help of this extension, you can view the editorial of any problem and also see your friend/idol/mentor's submissions for that problem with just a single click...!!!

So no more typing your friend's name again and again, and also no more having to search for the link to the editorial of the problem.

The extension allows you to view upto 3 of your friend's submissions at a time.

You can also save and load your friend's names to avoid having to type them again and again.

The rankings for the contest can also be viewed with a single click!

Sometimes, even when the editorial exists, a link to it is not included in the problem's page, but now you just need to make a single click and you will be able to view the editorial.

For those who are not aware about what Codechef is, you are missing out on a whole new world!
Please take a look at this- http://www.codechef.com/

Here's how to use this extension:-

i) Select the section that the problem you are viewing is a part of i.e. Contest Section or Practice Section. The default choice is the Contest Section.

ii) Click on the "View Editorial" button for the editorial for that problem.

iii) Enter your friend's name i.e. the username and click on "View Friend's Submissions" button to view his/her submissions for that problem.

NOTE: It might be the case that your friend made submissions for the problem you are interested in during the challenge. In such a case, you must choose the "Contest Section" option and then view the submissions.

If you attempt to do so after having chosen the "Practice Section" option, then you will get a "No Submissions found" message.

The same is applicable for the converse case i.e. if your friend made submissions for the problem in the practice section and you are attempting to view the submissions while in the "Contest Section".   

iv) You can use the "View Problem in Practice Section" button to navigate to the problem in the practice section while in the "Contest Section".

v) You can also Save/Load your friend's names to avoid having to type them again and again.

vi) You can view the rankings for the contest by clicking on the "View Rankings for Contest" button.

Things to be kept in mind:
i) Please take note that the name of your friend is actually their Codechef username.

ii) Certain problems on Codechef do not have an editorial, if this is the case then it will lead to a "404 Page not found" error.  

iii) The "View Problem in Practice Section" and the "View Rankings for Contest" buttons are not applicable, while in Practice Section.

Any feedback/comments/feature-requests are most welcome. 

If you liked the extension, then please share it with your friends and don't forget to rate it too!

Happy coding...:)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chef-o-Bot Chef-o-Bot
ID nbanobgfpkembfdkcbbkalnmppgiffha
Επίσημο URL https://chromewebstore.google.com/detail/chef-o-bot/nbanobgfpkembfdkcbbkalnmppgiffha
Περιγραφή Moving around on Codechef made easy!
Μέγεθος Αρχείου 274 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2016-01-08
Ημερομηνία Δημοσίευσης 2016-01-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Naman Sancheti
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chef-o-Bot",
    "description": "Moving around on Codechef made easy!",
    "version": "3.2",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": [
        "urltry.js"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}