HackerEarth Challenges Extension
HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
什么是HackerEarth Challenges Extension?
HackerEarth Challenges Extension是由https://hackerearth.com开发的Chrome扩展程序,该扩展的主要功能是“HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.”。
扩展截图
下载HackerEarth Challenges Extension扩展crx文件
下载HackerEarth Challenges Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | aileihjgpakhkhedejpkpamnhpbnjhoj |
| 官方URL | https://chromewebstore.google.com/detail/hackerearth-challenges-ex/aileihjgpakhkhedejpkpamnhpbnjhoj |
| 简介 | HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth. |
| 文件大小 | 11.18 KB |
| 安装次数 | 604 |
| 当前版本 | 2.3 |
| 更新时间 | 2016-08-25 |
| 上架时间 | 2016-08-25 |
| 评分 | 4.50/5 共8次评分 |
| 开发者 | https://hackerearth.com |
| 付费类型 | free |
| 支持的语言 | 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\/"
]
} | |