Udemy Permanent Progress Bar
Chrome extension that displays a permanent progress bar underneath the video player
Τι είναι το Udemy Permanent Progress Bar;
Το Udemy Permanent Progress Bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DInteractive, και η κύρια λειτουργία του είναι "Chrome extension that displays a permanent progress bar underneath the video player".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Udemy Permanent Progress Bar
Λήψη αρχείων επέκτασης Udemy Permanent Progress Bar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Udemy Permanent Progress Bar |
ID | gjjeocdbniffbljmfagppoeclllgmoee |
Επίσημο URL | https://chromewebstore.google.com/detail/udemy-permanent-progress/gjjeocdbniffbljmfagppoeclllgmoee |
Περιγραφή | Chrome extension that displays a permanent progress bar underneath the video player |
Μέγεθος Αρχείου | 15.45 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2023-02-22 |
Ημερομηνία Δημοσίευσης | 2023-02-22 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | DInteractive |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |