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

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Minimal Behance
ID cmalmbljkafcblepcdpdaphaphijpffm
官方網址 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\/"
            ]
        }
    ]
}