Minimal Behance

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

Minimal Behanceคืออะไร?

Minimal Behance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martyr— และคุณลักษณะหลักของมันคือ "Low contrast changes to Behance UI to achieve more focus in the project view."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Behance

ดาวน์โหลดไฟล์ส่วนขยาย 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—
อีเมล [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\/"
            ]
        }
    ]
}