Challenge Hunt

One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world

Challenge Hunt क्या है?

Challenge Hunt challengehunt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Challenge Hunt brings you the best programming challenges from around the world. It keeps you updated with all the active and upcoming coding competitions, hackathons, hiring and data science challenges. It allows you to:

1. View all active and upcoming:
	* Coding contests
	* Hackathons
	* Data Science challenges
	* Hiring challenges

2. Set reminders on upcoming challenges so that you don't miss out on any challenge.

3. Set your preferred online challenge platforms and Challenge Hunt will show you challenges from only those platforms.

What's New:
1.0.0:
* Complete redesign and some major new features.                    

एक्सटेंशन की मूल जानकारी

नाम Challenge Hunt Challenge Hunt
ID cgbnhngdlmhjbmgkekedepoapmoingjj
आधिकारिक URL https://chromewebstore.google.com/detail/challenge-hunt/cgbnhngdlmhjbmgkekedepoapmoingjj
विवरण One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world
फ़ाइल का आकार 235 KB
स्थापना संख्या 1,148
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-02-12
प्रकाशन तिथि 2016-02-12
रेटिंग 4.55/5 कुल 33 रेटिंग्स
डेवलपर challengehunt
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://challengehunt.github.io
सहायता पृष्ठ URL http://challengehunt.github.io/contact.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Challenge Hunt",
    "short_name": "Challenge Hunt",
    "description": "One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world",
    "version": "1.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/image_64.png",
        "default_popup": "index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/ga.js"
        ]
    },
    "icons": {
        "16": "img\/image_16.png",
        "48": "img\/image_48.png",
        "64": "img\/image_64.png",
        "128": "img\/image_128.png"
    },
    "permissions": [
        "http:\/\/testchallengehunt.appspot.com\/*"
    ]
}