HackerEarth Challenges Extension
HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
HackerEarth Challenges Extensionคืออะไร?
HackerEarth Challenges Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hackerearth.com และคุณลักษณะหลักของมันคือ "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HackerEarth Challenges Extension
ดาวน์โหลดไฟล์ส่วนขยาย HackerEarth Challenges Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HackerEarth Challenges Extension |
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\/" ] } |