HackerEarth Challenges Extension
HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
What is HackerEarth Challenges Extension?
HackerEarth Challenges Extension is a Chrome extension developed by https://hackerearth.com, and its main feature is "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.".
Extension Screenshots
Download HackerEarth Challenges Extension Extension CRX File
Download HackerEarth Challenges Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | HackerEarth Challenges Extension |
ID | aileihjgpakhkhedejpkpamnhpbnjhoj |
Official URL | https://chromewebstore.google.com/detail/hackerearth-challenges-ex/aileihjgpakhkhedejpkpamnhpbnjhoj |
Description | HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth. |
File Size | 11.18 KB |
Installation Count | 604 |
Current Version | 2.3 |
Last Updated | 2016-08-25 |
Publish Date | 2016-08-25 |
Rating | 4.50/5 Total 8 Ratings |
Developer | https://hackerearth.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HackerEarth Challenges Extension", "description": "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.", "version": "2.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.hackerearth.com\/", "https:\/\/www.hackerearth.com\/" ] } |