Modern Goodreads

Applies styling to Goodreads to make it more modern.

Cos'è Modern Goodreads?

Modern Goodreads è un'estensione di Chrome sviluppata da Michelle Liu, e la sua funzione principale è "Applies styling to Goodreads to make it more modern.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Modern Goodreads

Scarica i file di estensione Modern Goodreads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Modern Goodreads Modern Goodreads
ID ifbnfofjpbmnaennccominidogkogonm
URL Ufficiale https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm
Descrizione Applies styling to Goodreads to make it more modern.
Dimensione del File 3.96 KB
Conteggio Installazioni 254
Versione Corrente 0.0.4
Ultimo Aggiornamento 2021-05-29
Data di Pubblicazione 2021-05-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Michelle Liu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}