Scrollbar OnOff

Scroll bar with switchable width.

Wat is Scrollbar OnOff?

Scrollbar OnOff is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "Scroll bar with switchable width.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scrollbar OnOff

Download Scrollbar OnOff-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

                        Clicking on the toolbar icon toggles the display of scrolling.                    

Basisinformatie over de Extensie

Naam Scrollbar OnOff Scrollbar OnOff
ID anobhmbdjhkpcelcailmdfienmcglped
Officiële URL https://chromewebstore.google.com/detail/scrollbar-onoff/anobhmbdjhkpcelcailmdfienmcglped
Beschrijving Scroll bar with switchable width.
Bestandsgrootte 37.38 KB
Aantal Installaties 72
Huidige Versie 0.0.0.5
Laatst Bijgewerkt 2024-01-30
Publicatiedatum 2018-02-11
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar developer.waieight.
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scrollbar OnOff",
    "version": "4.0.0.5",
    "version_name": "0.0.0.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/scrollbar.css"
            ],
            "js": [
                "\/jquery\/jquery-3.7.1.min.js",
                "\/js\/scrollbar.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        }
    }
}