Rescroller
Decorate your scrollbars.
Qu'est-ce que Rescroller ?
Rescroller est une extension Chrome développée par David Watkins, et sa fonction principale est "Decorate your scrollbars.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rescroller
Téléchargez les fichiers d'extension Rescroller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Rescroller |
ID | ddehdnnhjimbggeeenghijehnpakijod |
URL Officiel | https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod |
Description | Decorate your scrollbars. |
Taille du Fichier | 320 KB |
Nombre d'Installations | 42,842 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-08-08 |
Date de Publication | 2016-08-07 |
Évaluation | 4.43/5 Total 360 Évaluations |
Développeur | David Watkins |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |