Minimal Behance

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

Cos'è Minimal Behance?

Minimal Behance è un'estensione di Chrome sviluppata da martyr—, e la sua funzione principale è "Low contrast changes to Behance UI to achieve more focus in the project view.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Minimal Behance

Scarica i file di estensione Minimal Behance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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.                    

Informazioni di Base sull'Estensione

Nome Minimal Behance Minimal Behance
ID cmalmbljkafcblepcdpdaphaphijpffm
URL Ufficiale https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm
Descrizione Low contrast changes to Behance UI to achieve more focus in the project view.
Dimensione del File 13.38 KB
Conteggio Installazioni 145
Versione Corrente 2.2
Ultimo Aggiornamento 2023-04-21
Data di Pubblicazione 2020-06-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore martyr—
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://martyr.shop/pages/minimal-behance
Lingue Supportate 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\/"
            ]
        }
    ]
}