Refined Microsoft Learn
Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
¿Qué es Refined Microsoft Learn?
Refined Microsoft Learn es una extensión de Chrome desarrollada por merill, y su función principal es "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Refined Microsoft Learn
Descarga archivos de extensión Refined Microsoft Learn 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
Make Microsoft Learn better by focusing on the main content. This extension gives you a cleaner, faster and more readable Microsoft Learn experience without the clutter. * Removes the content on the right pane * Expanding the content to full page width so you can read the code samples
Información Básica de la Extensión
Nombre | Refined Microsoft Learn |
ID | mkacacgjjgafnjekdcoodibajidagopd |
URL Oficial | https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd |
Descripción | Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content. |
Tamaño del Archivo | 19.76 KB |
Cantidad de Instalaciones | 168 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-12-24 |
Fecha de Publicación | 2023-12-23 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | merill |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Microsoft Learn", "description": "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.", "author": "Merill Fernando", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/learn.microsoft.com\/*" ], "css": [ "styles.css" ] } ] } |