Minimal Behance

Low contrast changes to Behance UI to achieve more focus in the project view.

O que é Minimal Behance?

Minimal Behance é uma extensão do Chrome desenvolvida por martyr—, e sua principal característica é "Low contrast changes to Behance UI to achieve more focus in the project view.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Minimal Behance

Baixe arquivos de extensão Minimal Behance 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

                        - Lower contrast buttons at the right of the project
- Hides some elements from the header and lowers the contrast of it
- Hides the footer completely
- Changes the transparent black background when peaking over a project to a solid white background, same color as the direct project view page.

No functionality is being removed. Just small visual changes.                    

Informações Básicas da Extensão

Nome Minimal Behance Minimal Behance
ID cmalmbljkafcblepcdpdaphaphijpffm
URL Oficial https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm
Descrição Low contrast changes to Behance UI to achieve more focus in the project view.
Tamanho do Arquivo 13.38 KB
Contagem de Instalações 145
Versão Atual 2.2
Última Atualização 2023-04-21
Data de Publicação 2020-06-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor martyr—
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://martyr.shop/pages/minimal-behance
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Behance",
    "version": "2.2",
    "host_permissions": [
        "https:\/\/www.behance.net\/*"
    ],
    "description": "Low contrast changes to Behance UI to achieve more focus in the project view.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.behance.net\/*"
            ],
            "css": [
                "minimal-behance.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.behance.net\/gallery*"
            ],
            "css": [
                "minimal-behance-gallery.css"
            ],
            "exclude_matches": [
                "*:\/\/www.behance.net\/"
            ]
        }
    ]
}