Minimal Scrollbar

Minimal but Useful Scrollbars

Minimal Scrollbarคืออะไร?

Minimal Scrollbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://iaarchiver.net และคุณลักษณะหลักของมันคือ "Minimal but Useful Scrollbars"

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

screenshot

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

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

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

                        Turn your scrollbars to minimal designed. These are un-minimized on hover, so you can grasp easily!

## Features

* transparent background for body's scrollbars and scrollbar-tracks
* Increase scrollbar-size on hover, and minimize on hover-out
* auto-hide scrollbars when idle

- exclude some Google web services (Gmail, Groups, ChromeStore) for now.

Thanks everyone for your comments and suggestions, keep them coming!

Bug & Suggestions
https://github.com/iaarchiver/MinimalScrollbar

http://iaarchiver.net                    

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

ชื่อ Minimal Scrollbar Minimal Scrollbar
ID ekopmclclddpoipchmcbhifohhbmjafd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimal-scrollbar/ekopmclclddpoipchmcbhifohhbmjafd
คำอธิบาย Minimal but Useful Scrollbars
ขนาดไฟล์ 61.11 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2017-11-20
วันที่เผยแพร่ 2017-11-19
คะแนน 4.30/5 รวมทั้งหมด 358 คะแนน
ผู้พัฒนา https://iaarchiver.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://iaarchiver.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Scrollbar",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "Minimal but Useful Scrollbars",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/minimalscrollbar-48.png",
        "128": "icons\/minimalscrollbar-128.png"
    },
    "options_page": "pages\/option.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "script.min.js"
            ],
            "css": [
                "style.min.css"
            ],
            "run_at": "document_start"
        }
    ]
}