Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

Beautiful Scrollbarคืออะไร?

Beautiful Scrollbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niels Prins และคุณลักษณะหลักของมันคือ "The easy way to a more minimal, clean and beautiful scrollbar!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Beautiful Scrollbar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An easy way to give your browser a better look and feel                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
คำอธิบาย The easy way to a more minimal, clean and beautiful scrollbar!
ขนาดไฟล์ 243 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-10-02
วันที่เผยแพร่ 2021-09-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Niels Prins
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}