Custom Scrollbars
Give your browser a personal touch with customized scrollbars!
Qu'est-ce que Custom Scrollbars ?
Custom Scrollbars est une extension Chrome développée par Wesley Branton, et sa fonction principale est "Give your browser a personal touch with customized scrollbars!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Scrollbars
Téléchargez les fichiers d'extension Custom Scrollbars 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
Give your browser a personalized touch with custom scrollbar colors! You can select from any range of colors and toggle between the default width and thin scrollbar... or hide it altogether if that's what floats your boat.
Informations de Base sur l'Extension
Nom | Custom Scrollbars |
ID | ddbipglapfjojhfapmpmofnaoellkggc |
URL Officiel | https://chromewebstore.google.com/detail/custom-scrollbars/ddbipglapfjojhfapmpmofnaoellkggc |
Description | Give your browser a personal touch with customized scrollbars! |
Taille du Fichier | 150 KB |
Nombre d'Installations | 8,547 |
Version Actuelle | 4.3 |
Dernière Mise à Jour | 2024-02-07 |
Date de Publication | 2021-04-17 |
Évaluation | 4.44/5 Total 39 Évaluations |
Développeur | Wesley Branton |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://customscrollbars.com |
URL de la Page d'Aide | https://customscrollbars.com/help |
URL de la Page de Politique de Confidentialité | https://addons.wesleybranton.com/privacy |
Langues Prises en Charge | de,en,fr,nl,es,it,pl,fi,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "4.3", "description": "__MSG_extensionDescription__", "author": "Wesley Branton", "default_locale": "en", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "default_title": "__MSG_extensionName__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/scrollbars.html", "browser_style": false, "open_in_tab": true }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |