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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Challenge Hunt Challenge Hunt
ID cgbnhngdlmhjbmgkekedepoapmoingjj
官方網址 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\/*"
    ]
}