Rescroller

Decorate your scrollbars.

Τι είναι το Rescroller;

Το Rescroller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Watkins, και η κύρια λειτουργία του είναι "Decorate your scrollbars.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rescroller

Λήψη αρχείων επέκτασης Rescroller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rescroller Rescroller
ID ddehdnnhjimbggeeenghijehnpakijod
Επίσημο URL https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod
Περιγραφή Decorate your scrollbars.
Μέγεθος Αρχείου 320 KB
Αριθμός Εγκαταστάσεων 42,842
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2016-08-08
Ημερομηνία Δημοσίευσης 2016-08-07
Αξιολόγηση 4.43/5 Συνολικά 360 Αξιολογήσεις
Προγραμματιστής David Watkins
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}