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
公式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—
Eメール [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\/"
            ]
        }
    ]
}