Udemy Permanent Progress Bar
Chrome extension that displays a permanent progress bar underneath the video player
Qu'est-ce que Udemy Permanent Progress Bar ?
Udemy Permanent Progress Bar est une extension Chrome développée par DInteractive, et sa fonction principale est "Chrome extension that displays a permanent progress bar underneath the video player".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Udemy Permanent Progress Bar
Téléchargez les fichiers d'extension Udemy Permanent Progress Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds a tiny unobtrusive permanent progress bar underneath the Udemy course video player. If you want to be aware of the remaining time of the current lesson without needing to interact with the video or covering the video contents, this extension adds a tiny progress bar outside of the video area which does not partially hide course contents and is displayed permanently without you needing to constantly hover over the video.
Informations de Base sur l'Extension
Nom | Udemy Permanent Progress Bar |
ID | gjjeocdbniffbljmfagppoeclllgmoee |
URL Officiel | https://chromewebstore.google.com/detail/udemy-permanent-progress/gjjeocdbniffbljmfagppoeclllgmoee |
Description | Chrome extension that displays a permanent progress bar underneath the video player |
Taille du Fichier | 15.45 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-02-22 |
Date de Publication | 2023-02-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | DInteractive |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Udemy Permanent Progress Bar", "version": "1.0.1", "description": "Chrome extension that displays a permanent progress bar underneath the video player", "author": "Diego de Blas Mateo", "action": { "default_icon": "udemy-permanent-progress-bar-icon-16x16.png" }, "icons": { "16": "udemy-permanent-progress-bar-icon-16x16.png", "48": "udemy-permanent-progress-bar-icon-48x48.png", "128": "udemy-permanent-progress-bar-icon-128x128.png" }, "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.udemy.com\/course\/*\/learn\/*" ] } ] } |