Scrollbar OnOff

Scroll bar with switchable width.

Qu'est-ce que Scrollbar OnOff ?

Scrollbar OnOff est une extension Chrome développée par developer.waieight., et sa fonction principale est "Scroll bar with switchable width.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scrollbar OnOff

Téléchargez les fichiers d'extension Scrollbar OnOff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Clicking on the toolbar icon toggles the display of scrolling.                    

Informations de Base sur l'Extension

Nom Scrollbar OnOff Scrollbar OnOff
ID anobhmbdjhkpcelcailmdfienmcglped
URL Officiel https://chromewebstore.google.com/detail/scrollbar-onoff/anobhmbdjhkpcelcailmdfienmcglped
Description Scroll bar with switchable width.
Taille du Fichier 37.38 KB
Nombre d'Installations 72
Version Actuelle 0.0.0.5
Dernière Mise à Jour 2024-01-30
Date de Publication 2018-02-11
Évaluation 5.00/5 Total 3 Évaluations
Développeur developer.waieight.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://waieight.hatenablog.jp/entry/2021/03/23/180238
Langues Prises en Charge 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"
        }
    }
}