Udemy Enhancer
A useful tool to improve the user experience of Udemy.
¿Qué es Udemy Enhancer?
Udemy Enhancer es una extensión de Chrome desarrollada por snh90100, y su función principal es "A useful tool to improve the user experience of Udemy.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Udemy Enhancer
Descarga archivos de extensión Udemy Enhancer 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
This extension offers features to improve your user experience on the Udemy website. Attention: These features only appear on the lecture page. Current features: 1. The user can extend video size to fill the entire webpage, similar to Youtube's theater mode. 2. Picture-in-Picture 3. The user can use the mouse to capture an area and then take a screenshot of the selected area. Press Ctrl+C to cancel. 4. The user can adjust the video play speed. To set the minimum and maximum speed and the slider interval, right-click the extension icon and select the option page to update. Udemy may update its code and make the extension features not working. If you encounter any issues or want to contribute to the extension, please visit the repository and open an issue. https://github.com/a90100/udemy-enhancer If this extension greatly improves your experience, please consider giving it a five-star review! If you encounter any issues, please let me know. Thank you!
Información Básica de la Extensión
Nombre | Udemy Enhancer |
ID | ncfomdkhmodhjcnabelemeokekkoennd |
URL Oficial | https://chromewebstore.google.com/detail/udemy-enhancer/ncfomdkhmodhjcnabelemeokekkoennd |
Descripción | A useful tool to improve the user experience of Udemy. |
Tamaño del Archivo | 1.3 MB |
Cantidad de Instalaciones | 167 |
Versión Actual | 1.0.0 |
Última Actualización | 2024-02-25 |
Fecha de Publicación | 2023-04-27 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | snh90100 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/a90100/udemy-enhancer |
URL de la Página de Política de Privacidad | https://github.com/a90100/udemy-enhancer/wiki/Chrome-Extension-Privacy-Policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemy Enhancer", "version": "1.0.0", "manifest_version": 3, "description": "A useful tool to improve the user experience of Udemy.", "icons": { "16": "dist\/images\/magic-wand16.png", "32": "dist\/images\/magic-wand32.png", "48": "dist\/images\/magic-wand48.png", "128": "dist\/images\/magic-wand128.png" }, "permissions": [ "storage", "tabs", "activeTab" ], "host_permissions": [ "https:\/\/*.udemy.com\/*", " |