Modern Goodreads

Applies styling to Goodreads to make it more modern.

Co je Modern Goodreads?

Modern Goodreads je rozšíření Chrome vyvinuté Michelle Liu, a jeho hlavní funkcí je „Applies styling to Goodreads to make it more modern.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Modern Goodreads

Stáhněte si soubory rozšíření Modern Goodreads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Modern Goodreads Modern Goodreads
ID ifbnfofjpbmnaennccominidogkogonm
Oficiální URL https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm
Popis Applies styling to Goodreads to make it more modern.
Velikost souboru 3.96 KB
Počet instalací 254
Aktuální Verze 0.0.4
Poslední Aktualizace 2021-05-29
Datum Vydání 2021-05-24
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Michelle Liu
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}