Platzi course duration
Display course duration on Platzi platform
ما هو Platzi course duration؟
Platzi course duration هو إضافة Chrome تم تطويرها بواسطة Jesús Alberto Polo، والميزة الرئيسية لها هي "Display course duration on Platzi platform".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Platzi course duration
قم بتنزيل ملفات الامتداد Platzi course duration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension to display course total and remaining duration of Platzi online courses.
معلومات أساسية عن التمديد
الاسم | |
ID | fciaonikkngjkiapbommiobigggpeofi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/platzi-course-duration/fciaonikkngjkiapbommiobigggpeofi |
الوصف | Display course duration on Platzi platform |
حجم الملف | 35.36 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-07-26 |
تاريخ النشر | 2019-09-28 |
تقييم | 2.00/5 مجموع تقييمات 2 |
المطور | Jesús Alberto Polo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Platzi course duration", "description": "Display course duration on Platzi platform", "author": "Jes\u00fas Alberto Polo Garc\u00eda", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/platzi.com\/clases\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |