Just a Scroll Bar

A simple scroll bar.

Just a Scroll Barคืออะไร?

Just a Scroll Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom และคุณลักษณะหลักของมันคือ "A simple scroll bar."

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

screenshot

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

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

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

                        A chrome extension replaces the browser default scroll bars.
No Ads.

Version 0.5
Two new options.

Version 0.4
Excludes Google sites that has custom scroll bar.

Version 0.3
Redesigned Dark,Light theme.
Redesigned options page.

Version 0.2
added Light theme                    

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

ชื่อ Just a Scroll Bar Just a Scroll Bar
ID dbncgcjogkfjlcggdcdmeamehigmmohj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/just-a-scroll-bar/dbncgcjogkfjlcggdcdmeamehigmmohj
คำอธิบาย A simple scroll bar.
ขนาดไฟล์ 37.92 KB
จำนวนการติดตั้ง 576
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2013-06-12
วันที่เผยแพร่ 2013-06-12
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Tom
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just a Scroll Bar",
    "version": "0.6",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scrollbar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A simple scroll bar.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "s16.png",
        "48": "s48.png",
        "128": "s128.png"
    }
}