Custom Scroll Bar

Custom Scroll Bar

Custom Scroll Barคืออะไร?

Custom Scroll Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kunihiro Ando และคุณลักษณะหลักของมันคือ "Custom Scroll Bar"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Scroll Bar

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

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

                        CSS injection
  

  Options Page                    

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

ชื่อ Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
คำอธิบาย Custom Scroll Bar
ขนาดไฟล์ 9.59 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-06-24
วันที่เผยแพร่ 2015-06-24
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Kunihiro Ando
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Scroll Bar",
    "description": "Custom Scroll Bar",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "version": "1.0"
}