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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Challenge Hunt |
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\/*" ] } |