Minimal Behance

Low contrast changes to Behance UI to achieve more focus in the project view.

Minimal Behance là gì?

Minimal Behance là một tiện ích mở rộng Chrome được phát triển bởi martyr—, và tính năng chính của nó là "Low contrast changes to Behance UI to achieve more focus in the project view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimal Behance

Tải xuống các tệp mở rộng Minimal Behance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minimal Behance Minimal Behance
ID cmalmbljkafcblepcdpdaphaphijpffm
URL Chính Thức https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm
Mô tả Low contrast changes to Behance UI to achieve more focus in the project view.
Kích Thước Tệp 13.38 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2020-06-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển martyr—
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://martyr.shop/pages/minimal-behance
Ngôn Ngữ Được Hỗ Trợ 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\/"
            ]
        }
    ]
}