Minimal Behance

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

Τι είναι το Minimal Behance;

Το Minimal Behance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον martyr—, και η κύρια λειτουργία του είναι "Low contrast changes to Behance UI to achieve more focus in the project view.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Minimal Behance

Λήψη αρχείων επέκτασης Minimal Behance σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Minimal Behance Minimal Behance
ID cmalmbljkafcblepcdpdaphaphijpffm
Επίσημο URL https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm
Περιγραφή Low contrast changes to Behance UI to achieve more focus in the project view.
Μέγεθος Αρχείου 13.38 KB
Αριθμός Εγκαταστάσεων 145
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2023-04-21
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής martyr—
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://martyr.shop/pages/minimal-behance
Υποστηριζόμενες Γλώσσες 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\/"
            ]
        }
    ]
}