Refined Microsoft Learn

Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.

O que é Refined Microsoft Learn?

Refined Microsoft Learn é uma extensão do Chrome desenvolvida por merill, e sua principal característica é "Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Refined Microsoft Learn

Baixe arquivos de extensão Refined Microsoft Learn no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Refined Microsoft Learn Refined Microsoft Learn
ID mkacacgjjgafnjekdcoodibajidagopd
URL Oficial https://chromewebstore.google.com/detail/refined-microsoft-learn/mkacacgjjgafnjekdcoodibajidagopd
Descrição Make Microsoft Learn better by focusing on the content. Removes the right side bar and expand the main content.
Tamanho do Arquivo 19.76 KB
Contagem de Instalações 168
Versão Atual 1.0.1
Última Atualização 2023-12-24
Data de Publicação 2023-12-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor merill
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}