Modern Goodreads

Applies styling to Goodreads to make it more modern.

Qu'est-ce que Modern Goodreads ?

Modern Goodreads est une extension Chrome développée par Michelle Liu, et sa fonction principale est "Applies styling to Goodreads to make it more modern.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Modern Goodreads

Téléchargez les fichiers d'extension Modern Goodreads 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

                        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!                    

Informations de Base sur l'Extension

Nom Modern Goodreads Modern Goodreads
ID ifbnfofjpbmnaennccominidogkogonm
URL Officiel https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm
Description Applies styling to Goodreads to make it more modern.
Taille du Fichier 3.96 KB
Nombre d'Installations 254
Version Actuelle 0.0.4
Dernière Mise à Jour 2021-05-29
Date de Publication 2021-05-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur Michelle Liu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}