Udemivity
Udemivity is a tool to help boost your productivity while using Udemy.
¿Qué es Udemivity?
Udemivity es una extensión de Chrome desarrollada por ken.khor.03, y su función principal es "Udemivity is a tool to help boost your productivity while using Udemy.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Udemivity
Descarga archivos de extensión Udemivity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Udemivity |
ID | noiplkjjofobodeodpbiocgcmkldeldl |
URL Oficial | https://chromewebstore.google.com/detail/udemivity/noiplkjjofobodeodpbiocgcmkldeldl |
Descripción | Udemivity is a tool to help boost your productivity while using Udemy. |
Tamaño del Archivo | 99.62 KB |
Cantidad de Instalaciones | 38 |
Versión Actual | 1.0 |
Última Actualización | 2021-06-24 |
Fecha de Publicación | 2021-06-23 |
Calificación | 3.00/5 Total de 3 Calificaciones |
Desarrollador | ken.khor.03 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |