Rescroller

Decorate your scrollbars.

Wat is Rescroller?

Rescroller is een Chrome-extensie ontwikkeld door David Watkins, en de belangrijkste functie is "Decorate your scrollbars.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rescroller

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

                        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                    

Basisinformatie over de Extensie

Naam Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
Officiële URL https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
Beschrijving Decorate your scrollbars.
Bestandsgrootte 320 KB
Aantal Installaties 42,842
Huidige Versie 1.3
Laatst Bijgewerkt 2016-08-08
Publicatiedatum 2016-08-07
Beoordeling 4.43/5 Totaal 360 Beoordelingen
Ontwikkelaar David Watkins
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}