Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Τι είναι το Grey Scrollbar with buttons;
Το Grey Scrollbar with buttons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chippy, και η κύρια λειτουργία του είναι "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Grey Scrollbar with buttons
Λήψη αρχείων επέκτασης Grey Scrollbar with buttons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
Επίσημο URL | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
Περιγραφή | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
Μέγεθος Αρχείου | 11.05 KB |
Αριθμός Εγκαταστάσεων | 1,126 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2014-04-12 |
Ημερομηνία Δημοσίευσης | 2014-04-12 |
Αξιολόγηση | 4.63/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | chippy |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grey Scrollbar with buttons", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "custom.css" ] } ], "version": "0.1.2", "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" } } |