Minimal Behance
Low contrast changes to Behance UI to achieve more focus in the project view.
¿Qué es Minimal Behance?
Minimal Behance es una extensión de Chrome desarrollada por martyr—, y su función principal es "Low contrast changes to Behance UI to achieve more focus in the project view.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Minimal Behance
Descarga archivos de extensión Minimal Behance en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
- 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.
Información Básica de la Extensión
Nombre | Minimal Behance |
ID | cmalmbljkafcblepcdpdaphaphijpffm |
URL Oficial | https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm |
Descripción | Low contrast changes to Behance UI to achieve more focus in the project view. |
Tamaño del Archivo | 13.38 KB |
Cantidad de Instalaciones | 145 |
Versión Actual | 2.2 |
Última Actualización | 2023-04-21 |
Fecha de Publicación | 2020-06-19 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | martyr— |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://martyr.shop/pages/minimal-behance |
Idiomas Soportados | 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\/" ] } ] } |