Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

Blending Scrollbarคืออะไร?

Blending Scrollbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Egor Riabysh และคุณลักษณะหลักของมันคือ "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript."

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

screenshot
screenshot

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

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

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

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

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

ชื่อ Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
คำอธิบาย Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
ขนาดไฟล์ 17.34 KB
จำนวนการติดตั้ง 1,209
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-09-12
วันที่เผยแพร่ 2020-05-02
คะแนน 4.76/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Egor Riabysh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}