Minimal Behance
Low contrast changes to Behance UI to achieve more focus in the project view.
Co je Minimal Behance?
Minimal Behance je rozšíření Chrome vyvinuté martyr—, a jeho hlavní funkcí je „Low contrast changes to Behance UI to achieve more focus in the project view.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Minimal Behance
Stáhněte si soubory rozšíření Minimal Behance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
- 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.
Základní Informace o Rozšíření
Název | Minimal Behance |
ID | cmalmbljkafcblepcdpdaphaphijpffm |
Oficiální URL | https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm |
Popis | Low contrast changes to Behance UI to achieve more focus in the project view. |
Velikost souboru | 13.38 KB |
Počet instalací | 145 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2023-04-21 |
Datum Vydání | 2020-06-19 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | martyr— |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://martyr.shop/pages/minimal-behance |
Podporované Jazyky | 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\/" ] } ] } |