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开发的Chrome扩展程序,该扩展的主要功能是“One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world”。
扩展截图
下载Challenge Hunt扩展crx文件
下载Challenge Hunt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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\/*" ] } |