Just a Scroll Bar

A simple scroll bar.

Wat is Just a Scroll Bar?

Just a Scroll Bar is een Chrome-extensie ontwikkeld door Tom, en de belangrijkste functie is "A simple scroll bar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Just a Scroll Bar

Download Just a Scroll Bar-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

                        A chrome extension replaces the browser default scroll bars.
No Ads.

Version 0.5
Two new options.

Version 0.4
Excludes Google sites that has custom scroll bar.

Version 0.3
Redesigned Dark,Light theme.
Redesigned options page.

Version 0.2
added Light theme                    

Basisinformatie over de Extensie

Naam Just a Scroll Bar Just a Scroll Bar
ID dbncgcjogkfjlcggdcdmeamehigmmohj
Officiële URL https://chromewebstore.google.com/detail/just-a-scroll-bar/dbncgcjogkfjlcggdcdmeamehigmmohj
Beschrijving A simple scroll bar.
Bestandsgrootte 37.92 KB
Aantal Installaties 576
Huidige Versie 0.6
Laatst Bijgewerkt 2013-06-12
Publicatiedatum 2013-06-12
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Tom
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just a Scroll Bar",
    "version": "0.6",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scrollbar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A simple scroll bar.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "s16.png",
        "48": "s48.png",
        "128": "s128.png"
    }
}