Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

Qu'est-ce que Beautiful Scrollbar ?

Beautiful Scrollbar est une extension Chrome développée par Niels Prins, et sa fonction principale est "The easy way to a more minimal, clean and beautiful scrollbar!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Beautiful Scrollbar 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

                        An easy way to give your browser a better look and feel                    

Informations de Base sur l'Extension

Nom Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
URL Officiel https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Description The easy way to a more minimal, clean and beautiful scrollbar!
Taille du Fichier 243 KB
Nombre d'Installations 43
Version Actuelle 1.1
Dernière Mise à Jour 2021-10-02
Date de Publication 2021-09-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur Niels Prins
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}