Challenge Hunt
One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world
Qu'est-ce que Challenge Hunt ?
Challenge Hunt est une extension Chrome développée par challengehunt, et sa fonction principale est "One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Challenge Hunt
Téléchargez les fichiers d'extension Challenge Hunt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Challenge Hunt |
ID | cgbnhngdlmhjbmgkekedepoapmoingjj |
URL Officiel | https://chromewebstore.google.com/detail/challenge-hunt/cgbnhngdlmhjbmgkekedepoapmoingjj |
Description | One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world |
Taille du Fichier | 235 KB |
Nombre d'Installations | 1,148 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-02-12 |
Date de Publication | 2016-02-12 |
Évaluation | 4.55/5 Total 33 Évaluations |
Développeur | challengehunt |
Type de Paiement | free |
Site Web de l'Extension | http://challengehunt.github.io |
URL de la Page d'Aide | http://challengehunt.github.io/contact.html |
Langues Prises en Charge | 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\/*" ] } |