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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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\/" ] } |