Minimal Behance
Low contrast changes to Behance UI to achieve more focus in the project view.
什么是Minimal Behance?
Minimal Behance是由martyr—开发的Chrome扩展程序,该扩展的主要功能是“Low contrast changes to Behance UI to achieve more focus in the project view.”。
扩展截图
下载Minimal Behance扩展crx文件
下载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 |
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\/" ] } ] } |