Minimal Behance
Low contrast changes to Behance UI to achieve more focus in the project view.
Was ist Minimal Behance?
Minimal Behance ist eine Chrome-Erweiterung, die von martyr— entwickelt wurde, und ihr Hauptmerkmal ist "Low contrast changes to Behance UI to achieve more focus in the project view.".
Erweiterungsscreenshots
Minimal Behance-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimal Behance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cmalmbljkafcblepcdpdaphaphijpffm |
| Offizielle URL | https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm |
| Beschreibung | Low contrast changes to Behance UI to achieve more focus in the project view. |
| Dateigröße | 13.38 KB |
| Installationsanzahl | 145 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2023-04-21 |
| Veröffentlichungsdatum | 2020-06-19 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | martyr— |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://martyr.shop/pages/minimal-behance |
| Unterstützte Sprachen | 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\/"
]
}
]
} | |