Minimal Behance

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

Qu'est-ce que Minimal Behance ?

Minimal Behance est une extension Chrome développée par martyr—, et sa fonction principale est "Low contrast changes to Behance UI to achieve more focus in the project view.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Minimal Behance

Téléchargez les fichiers d'extension Minimal Behance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Minimal Behance Minimal Behance
ID cmalmbljkafcblepcdpdaphaphijpffm
URL Officiel https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm
Description Low contrast changes to Behance UI to achieve more focus in the project view.
Taille du Fichier 13.38 KB
Nombre d'Installations 145
Version Actuelle 2.2
Dernière Mise à Jour 2023-04-21
Date de Publication 2020-06-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur martyr—
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://martyr.shop/pages/minimal-behance
Langues Prises en Charge 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\/"
            ]
        }
    ]
}