Better Scrollbar

A minimal scrollbar that gets out of your way.

Wat is Better Scrollbar?

Better Scrollbar is een Chrome-extensie ontwikkeld door kaleidoflowers, en de belangrijkste functie is "A minimal scrollbar that gets out of your way.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Better Scrollbar

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

                        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.                    

Basisinformatie over de Extensie

Naam Better Scrollbar Better Scrollbar
ID hllbomlnkhcgejgcjaidcodpnkefhjcg
Officiële URL https://chromewebstore.google.com/detail/better-scrollbar/hllbomlnkhcgejgcjaidcodpnkefhjcg
Beschrijving A minimal scrollbar that gets out of your way.
Bestandsgrootte 11.07 KB
Aantal Installaties 7,000
Huidige Versie 0.1.8
Laatst Bijgewerkt 2013-09-25
Publicatiedatum 2013-09-25
Beoordeling 4.07/5 Totaal 82 Beoordelingen
Ontwikkelaar kaleidoflowers
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}