Scrollbar diet

Makes scrollbars thin and orange.

Scrollbar dietคืออะไร?

Scrollbar diet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย code42day และคุณลักษณะหลักของมันคือ "Makes scrollbars thin and orange."

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

screenshot

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

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

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

                        Changes style of the scrollbars to resemble those used by Ubuntu.                    

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

ชื่อ Scrollbar diet Scrollbar diet
ID cacpdhkipimgfbkcdnkimkekjpfimabb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrollbar-diet/cacpdhkipimgfbkcdnkimkekjpfimabb
คำอธิบาย Makes scrollbars thin and orange.
ขนาดไฟล์ 17.13 KB
จำนวนการติดตั้ง 619
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-08-27
วันที่เผยแพร่ 2013-08-27
คะแนน 4.53/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา code42day
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://code42day.com
URL หน้าช่วยเหลือ https://github.com/pirxpilot/scrollbar-diet
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrollbar diet",
    "description": "Makes scrollbars thin and orange.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "scrollbars.css"
            ]
        }
    ]
}