Rescroller

Decorate your scrollbars.

Was ist Rescroller?

Rescroller ist eine Chrome-Erweiterung, die von David Watkins entwickelt wurde, und ihr Hauptmerkmal ist "Decorate your scrollbars.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Rescroller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rescroller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually.

Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller                    

Grundlegende Informationen zur Erweiterung

Name Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
Offizielle URL https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
Beschreibung Decorate your scrollbars.
Dateigröße 320 KB
Installationsanzahl 42,842
Aktuelle Version 1.3
Letztes Update 2016-08-08
Veröffentlichungsdatum 2016-08-07
Bewertung 4.43/5 Insgesamt 360 Bewertungen
Entwickler David Watkins
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rescroller",
    "version": "1.3",
    "version_name": "1.3",
    "manifest_version": 2,
    "description": "Decorate your scrollbars.",
    "icons": {
        "16": "appicons\/icon16.png",
        "19": "appicons\/icon19.png",
        "48": "appicons\/icon48.png",
        "128": "appicons\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Rescroller Settings",
        "default_icon": "appicons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/cssjson.js",
            "js\/rescroller.js",
            "js\/background.js"
        ],
        "persistant": false
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/defaults\/up.png",
        "images\/defaults\/down.png",
        "images\/defaults\/left.png",
        "images\/defaults\/right.png"
    ]
}