Udemivity
Udemivity is a tool to help boost your productivity while using Udemy.
Qu'est-ce que Udemivity ?
Udemivity est une extension Chrome développée par ken.khor.03, et sa fonction principale est "Udemivity is a tool to help boost your productivity while using Udemy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Udemivity
Téléchargez les fichiers d'extension Udemivity 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
What is Udemivity? An app to boost your productivity while using Udemy. Why Udemivity is created? At this time, Udemy did not provide an overview of remaining duration of an incomplete course taken. I reckon it works better for me to have the remaining duration of the course displayed to get myself motivated. Current Features: - Displays the remaining duration of incomplete sections - Displays the total remaining duration of an incomplete course
Informations de Base sur l'Extension
Nom | Udemivity |
ID | noiplkjjofobodeodpbiocgcmkldeldl |
URL Officiel | https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl |
Description | Udemivity is a tool to help boost your productivity while using Udemy. |
Taille du Fichier | 99.62 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-06-24 |
Date de Publication | 2021-06-23 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | ken.khor.03 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemivity", "description": "Udemivity is a tool to help boost your productivity while using Udemy.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/coconut16.png", "32": "\/images\/coconut32.png" } }, "icons": { "16": "\/images\/coconut16.png", "32": "\/images\/coconut32.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.udemy.com\/course\/*" ], "run_at": "document_idle", "js": [ "progressScript.js" ] } ] } |