Custom Scrollbar
Choose or make your own custom scrollbar
Τι είναι το Custom Scrollbar;
Το Custom Scrollbar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rohan Anand, και η κύρια λειτουργία του είναι "Choose or make your own custom scrollbar".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom Scrollbar
Λήψη αρχείων επέκτασης Custom Scrollbar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Choose or make your own custom scrollbar. Get a scrollbar with your favorite colors, sizes, and designs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Custom Scrollbar |
ID | eijidopnhkddehclhkbakbccdanmfhoh |
Επίσημο URL | https://chromewebstore.google.com/detail/custom-scrollbar/eijidopnhkddehclhkbakbccdanmfhoh |
Περιγραφή | Choose or make your own custom scrollbar |
Μέγεθος Αρχείου | 22.02 MB |
Αριθμός Εγκαταστάσεων | 393 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2021-08-05 |
Ημερομηνία Δημοσίευσης | 2021-07-18 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Rohan Anand |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Scrollbar", "version": "1.1.0", "description": "Choose or make your own custom scrollbar", "options_page": "\/options\/customScrollbarOptions.html", "action": { "default_popup": "\/quickSettings\/customScrollbarQuickSettings.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "\/images\/icons\/customscrollbaricon16.png", "32": "\/images\/icons\/customscrollbaricon32.png", "48": "\/images\/icons\/customscrollbaricon48.png", "128": "\/images\/icons\/customscrollbaricon128.png" }, "background": { "service_worker": "\/customscrollbarstart.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*\/", "https:\/\/*\/*" ], "js": [ "customScrollbar.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/scrollbarImages*" ], "matches": [ " |