Challenge Hunt

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

Co to jest Challenge Hunt?

Challenge Hunt to rozszerzenie Chrome opracowane przez challengehunt, a jego główną funkcją jest „One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Challenge Hunt

Pobierz pliki rozszerzeń Challenge Hunt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Challenge Hunt Challenge Hunt
ID cgbnhngdlmhjbmgkekedepoapmoingjj
Oficjalny URL https://chromewebstore.google.com/detail/challenge-hunt/cgbnhngdlmhjbmgkekedepoapmoingjj
Opis One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world
Rozmiar pliku 235 KB
Liczba instalacji 1,148
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-02-12
Data Publikacji 2016-02-12
Ocena 4.55/5 Łącznie 33 Oceny
Deweloper challengehunt
Typ Płatności free
Strona Rozszerzenia http://challengehunt.github.io
Adres URL Strony Pomocy http://challengehunt.github.io/contact.html
Obsługiwane Języki 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\/*"
    ]
}