BunsenLabs Blue Dark Scrollbars

Scrollbars to match the GTK BunsenLabs Blue Dark theme.

BunsenLabs Blue Dark Scrollbarsคืออะไร?

BunsenLabs Blue Dark Scrollbars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nicholasalipaz และคุณลักษณะหลักของมันคือ "Scrollbars to match the GTK BunsenLabs Blue Dark theme."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BunsenLabs Blue Dark Scrollbars

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

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

                        Google Chrome themes don't currently allow theming of scrollbars, this extension provides matching scrollbars for the BunsenLabs Blue Dark GTK theme.  To get the theme see "Related -> More from this developer".

bunsen, labs, blue, dark, gtk                    

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

ชื่อ BunsenLabs Blue Dark Scrollbars BunsenLabs Blue Dark Scrollbars
ID alimnhdgpcgpogcpedoelmeeabkadjpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bunsenlabs-blue-dark-scro/alimnhdgpcgpogcpedoelmeeabkadjpf
คำอธิบาย Scrollbars to match the GTK BunsenLabs Blue Dark theme.
ขนาดไฟล์ 6.45 KB
จำนวนการติดตั้ง 714
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-04-09
วันที่เผยแพร่ 2015-04-09
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา nicholasalipaz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars to match the GTK BunsenLabs Blue Dark theme.",
    "icons": {
        "128": "icon128.png"
    },
    "name": "BunsenLabs Blue Dark Scrollbars",
    "short_name": "BLBlDkScroll",
    "version": "1.0"
}