Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

Simple Black Scrollbarคืออะไร?

Simple Black Scrollbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gh640.blogspot.com และคุณลักษณะหลักของมันคือ "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists."

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

screenshot

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

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

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

                        An extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

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

ชื่อ Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
คำอธิบาย Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
ขนาดไฟล์ 248 KB
จำนวนการติดตั้ง 1,145
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-12-10
วันที่เผยแพร่ 2012-12-09
คะแนน 4.07/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://gh640.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}