Challenge Hunt
One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world
¿Qué es Challenge Hunt?
Challenge Hunt es una extensión de Chrome desarrollada por challengehunt, y su función principal es "One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Challenge Hunt
Descarga archivos de extensión Challenge Hunt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Challenge Hunt |
ID | cgbnhngdlmhjbmgkekedepoapmoingjj |
URL Oficial | https://chromewebstore.google.com/detail/challenge-hunt/cgbnhngdlmhjbmgkekedepoapmoingjj |
Descripción | One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world |
Tamaño del Archivo | 235 KB |
Cantidad de Instalaciones | 1,148 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-02-12 |
Fecha de Publicación | 2016-02-12 |
Calificación | 4.55/5 Total de 33 Calificaciones |
Desarrollador | challengehunt |
Tipo de Pago | free |
Sitio Web de la Extensión | http://challengehunt.github.io |
URL de la Página de Ayuda | http://challengehunt.github.io/contact.html |
Idiomas Soportados | 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\/*" ] } |