Modern Goodreads
Applies styling to Goodreads to make it more modern.
Τι είναι το Modern Goodreads;
Το Modern Goodreads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michelle Liu, και η κύρια λειτουργία του είναι "Applies styling to Goodreads to make it more modern.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Modern Goodreads
Λήψη αρχείων επέκτασης Modern Goodreads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension modifies Goodread's built-in styling to create a cleaner and more modern interface that is easier to read and nicer to use! If you have any feedback for the extension or catch any bugs, feel free to email me at michelleliu (@) cmu.edu!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Modern Goodreads |
ID | ifbnfofjpbmnaennccominidogkogonm |
Επίσημο URL | https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm |
Περιγραφή | Applies styling to Goodreads to make it more modern. |
Μέγεθος Αρχείου | 3.96 KB |
Αριθμός Εγκαταστάσεων | 254 |
Τρέχουσα Έκδοση | 0.0.4 |
Τελευταία Ενημέρωση | 2021-05-29 |
Ημερομηνία Δημοσίευσης | 2021-05-24 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Michelle Liu |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modern Goodreads", "version": "0.0.4", "description": "Applies styling to Goodreads to make it more modern.", "content_scripts": [ { "css": [ "style.css" ], "matches": [ "https:\/\/www.goodreads.com\/*" ] } ] } |