Challenge Hunt
One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world
Cos'è Challenge Hunt?
Challenge Hunt è un'estensione di Chrome sviluppata da challengehunt, e la sua funzione principale è "One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Challenge Hunt
Scarica i file di estensione Challenge Hunt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Challenge Hunt |
ID | cgbnhngdlmhjbmgkekedepoapmoingjj |
URL Ufficiale | https://chromewebstore.google.com/detail/challenge-hunt/cgbnhngdlmhjbmgkekedepoapmoingjj |
Descrizione | One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world |
Dimensione del File | 235 KB |
Conteggio Installazioni | 1,148 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-02-12 |
Data di Pubblicazione | 2016-02-12 |
Valutazione | 4.55/5 Totale 33 Valutazioni |
Sviluppatore | challengehunt |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://challengehunt.github.io |
URL della Pagina di Aiuto | http://challengehunt.github.io/contact.html |
Lingue Supportate | 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\/*" ] } |