Stylized Scrollbar

Stylize your scroll bar from a handful of presets

Wat is Stylized Scrollbar?

Stylized Scrollbar is een Chrome-extensie ontwikkeld door Andrew Li, en de belangrijkste functie is "Stylize your scroll bar from a handful of presets".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stylized Scrollbar

Download Stylized Scrollbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension that customizes your scroll bar to either a black or white one. Works on all websites and can be changed on the fly into black or white. Check out the style of the scroll bar above                    

Basisinformatie over de Extensie

Naam Stylized Scrollbar Stylized Scrollbar
ID igpchmaapelclmhofnheepclmfniobnc
Officiële URL https://chromewebstore.google.com/detail/stylized-scrollbar/igpchmaapelclmhofnheepclmfniobnc
Beschrijving Stylize your scroll bar from a handful of presets
Bestandsgrootte 449 KB
Aantal Installaties 57
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-01-23
Publicatiedatum 2021-01-22
Ontwikkelaar Andrew Li
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Zeyu-Li/scroll_with_style
Help Pagina-URL https://github.com/Zeyu-Li/scroll_with_style/discussions/categories/bugs
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stylized Scrollbar",
    "author": "Andrew Li",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Stylize your scroll bar from a handful of presets",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Custom Scrollbar"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "popup.html"
}