Custom Scrollbar

Choose or make your own custom scrollbar

Wat is Custom Scrollbar?

Custom Scrollbar is een Chrome-extensie ontwikkeld door Rohan Anand, en de belangrijkste functie is "Choose or make your own custom scrollbar".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Custom Scrollbar

Download Custom 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

                        Choose or make your own custom scrollbar. Get a scrollbar with your favorite colors, sizes, and designs.                    

Basisinformatie over de Extensie

Naam Custom Scrollbar Custom Scrollbar
ID eijidopnhkddehclhkbakbccdanmfhoh
Officiële URL https://chromewebstore.google.com/detail/custom-scrollbar/eijidopnhkddehclhkbakbccdanmfhoh
Beschrijving Choose or make your own custom scrollbar
Bestandsgrootte 22.02 MB
Aantal Installaties 393
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-08-05
Publicatiedatum 2021-07-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rohan Anand
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Scrollbar",
    "version": "1.1.0",
    "description": "Choose or make your own custom scrollbar",
    "options_page": "\/options\/customScrollbarOptions.html",
    "action": {
        "default_popup": "\/quickSettings\/customScrollbarQuickSettings.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "\/images\/icons\/customscrollbaricon16.png",
        "32": "\/images\/icons\/customscrollbaricon32.png",
        "48": "\/images\/icons\/customscrollbaricon48.png",
        "128": "\/images\/icons\/customscrollbaricon128.png"
    },
    "background": {
        "service_worker": "\/customscrollbarstart.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*\/",
                "https:\/\/*\/*"
            ],
            "js": [
                "customScrollbar.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/scrollbarImages*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}