Traversy Media - Official Extension
Improves the UX of the Traversy Media course platform
ما هو Traversy Media - Official Extension؟
Traversy Media - Official Extension هو إضافة Chrome تم تطويرها بواسطة bushblade، والميزة الرئيسية لها هي "Improves the UX of the Traversy Media course platform".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Traversy Media - Official Extension
قم بتنزيل ملفات الامتداد Traversy Media - Official Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is for students of Brad Traversy. It improves the UI of the course platform by scrolling the currently active lesson into view in the side menu and highlighting it. Making it easy for students to see what lesson they are on and which are the next and previous lessons. Additionally it maximises the video to fill the available space in the viewport, improving the experience for those with larger monitors. New feature added to persist the users video speed setting.
معلومات أساسية عن التمديد
الاسم | |
ID | nmddkphngjlkifpobgpcbfbmfmfpimam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam |
الوصف | Improves the UX of the Traversy Media course platform |
حجم الملف | 209 KB |
عدد التثبيتات | 263 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2024-02-23 |
تاريخ النشر | 2023-04-10 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | bushblade |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://willadams.dev |
عنوان صفحة المساعدة | https://github.com/bushblade/TraversyMediaScrollActiveLesson |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Traversy Media - Official Extension", "version": "1.2.3", "description": "Improves the UX of the Traversy Media course platform", "icons": { "48": "logo-48.jpg" }, "content_scripts": [ { "matches": [ "*:\/\/*.traversymedia.com\/products\/*" ], "js": [ "index.js", "setSpeed.js" ] } ], "action": { "default_icon": "logo-48.jpg" } } |