Rescroller

Decorate your scrollbars.

Co to jest Rescroller?

Rescroller to rozszerzenie Chrome opracowane przez David Watkins, a jego główną funkcją jest „Decorate your scrollbars.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rescroller

Pobierz pliki rozszerzeń Rescroller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
Oficjalny URL https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
Opis Decorate your scrollbars.
Rozmiar pliku 320 KB
Liczba instalacji 42,842
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-08-08
Data Publikacji 2016-08-07
Ocena 4.43/5 Łącznie 360 Oceny
Deweloper David Watkins
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}