Better Scrollbar

A minimal scrollbar that gets out of your way.

Qu'est-ce que Better Scrollbar ?

Better Scrollbar est une extension Chrome développée par kaleidoflowers, et sa fonction principale est "A minimal scrollbar that gets out of your way.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        This plugin replaces the standard scrollbar with a more modern, skinnier, and less interfering one. This is modeled after the scrollbars used by Google in many of their services.

Explanation of "all data on all websites":
For the extension to apply a scrollbar to any site, it must have the ability to modify the css for the current page. This means that "all websites" are injected with the appropriate styles.

Release 0.1.8 9/25/13:
Named changed back to "Better Scrollbar."

Release 0.1.7 9/22/13:
Redesigned slightly, renamed to "Minimal Scrollbar." New icons, slightly more visible.

Release 0.1.6 1/31/13:
Fixed issues with black background on some websites. Colors darkened slightly for users with difficulty seeing the scrollbar on their monitors.

Release 0.1.4, 7/25/12:
Scrollbars now look the same across horizontal and vertical pages.                    

Informations de Base sur l'Extension

Nom Better Scrollbar Better Scrollbar
ID hllbomlnkhcgejgcjaidcodpnkefhjcg
URL Officiel https://chromewebstore.google.com/detail/better-scrollbar/hllbomlnkhcgejgcjaidcodpnkefhjcg
Description A minimal scrollbar that gets out of your way.
Taille du Fichier 11.07 KB
Nombre d'Installations 7,000
Version Actuelle 0.1.8
Dernière Mise à Jour 2013-09-25
Date de Publication 2013-09-25
Évaluation 4.07/5 Total 82 Évaluations
Développeur kaleidoflowers
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Scrollbar",
    "description": "A minimal scrollbar that gets out of your way.",
    "version": "0.1.8",
    "manifest_version": 2,
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bar.css"
            ]
        }
    ]
}