Challenge Hunt

One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world

Challenge Hunt là gì?

Challenge Hunt là một tiện ích mở rộng Chrome được phát triển bởi challengehunt, và tính năng chính của nó là "One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Challenge Hunt

Tải xuống các tệp mở rộng Challenge Hunt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Challenge Hunt Challenge Hunt
ID cgbnhngdlmhjbmgkekedepoapmoingjj
URL Chính Thức https://chromewebstore.google.com/detail/challenge-hunt/cgbnhngdlmhjbmgkekedepoapmoingjj
Mô tả One app. All coding contests. Keeps you updated with all active & upcoming coding competitions and hackathons from around the world
Kích Thước Tệp 235 KB
Số Lần Cài Đặt 1,148
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-02-12
Ngày Phát Hành 2016-02-12
Đánh Giá 4.55/5 Tổng số 33 Đánh Giá
Nhà Phát Triển challengehunt
Loại Thanh Toán free
Trang Web Mở Rộng http://challengehunt.github.io
URL Trang Trợ Giúp http://challengehunt.github.io/contact.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}