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 |
| 官方網址 | 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\/"
]
} | |