Scrollbar Customizer

Customize your Scrollbar easily, fast and however you want!

Scrollbar Customizerคืออะไร?

Scrollbar Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย play.ka2n และคุณลักษณะหลักของมันคือ "Customize your Scrollbar easily, fast and however you want!"

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

screenshot
screenshot
screenshot

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

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

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

                        Do you want to customize / edit your Chrome™ Scrollbars? Try Scrollbar Customizer! It's very easy, fast and you can change almost everything with the built-in editor!

IMPORTANT NOTE: It is NOT possible to inject code to some Chrome™ specific sites like this Web Store, Chrome Settings, Chrome Extensions and other. Therefore it is NOT possible to customize scrollbars on these sites from this extension. Google™ has good reasons for this so as long as they are keeping up for these restrictions, we cannot offer our options on said sites.

Upcoming Features:

- more preset scrollbars
- more customize options
- injectible custom css codes
- downloadable scrollbars

Want more? Leave a comment with suggestions and we will try to implement it!

If you like Scrollbar Customizer, please rate us 5 Stars, give us a Plus 1 and share on Facebook!

Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

ชื่อ Scrollbar Customizer Scrollbar Customizer
ID flffekjijpabhjgpoapooggncnmcjopa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrollbar-customizer/flffekjijpabhjgpoapooggncnmcjopa
คำอธิบาย Customize your Scrollbar easily, fast and however you want!
ขนาดไฟล์ 358 KB
จำนวนการติดตั้ง 63,383
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2022-08-14
วันที่เผยแพร่ 2018-04-19
คะแนน 4.15/5 รวมทั้งหมด 190 คะแนน
ผู้พัฒนา play.ka2n
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrollbar Customizer",
    "short_name": "SBCustomizer",
    "version": "1.3.3",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon38.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.megaxt.com https:\/\/*.webloupe.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background\/page.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscripts\/sl.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "ui\/options.html",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon38.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Scrollbar Customizer",
        "default_popup": "ui\/browseraction.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "imgs\/*.png"
    ]
}