Modern Goodreads

Applies styling to Goodreads to make it more modern.

Vad är Modern Goodreads?

Modern Goodreads är en Chrome-tillägg utvecklad av Michelle Liu, och dess huvudfunktion är "Applies styling to Goodreads to make it more modern.".

Tilläggsskärmbilder

screenshot

Ladda ner Modern Goodreads-förlängningens CRX-fil

Ladda ner Modern Goodreads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Modern Goodreads Modern Goodreads
ID ifbnfofjpbmnaennccominidogkogonm
Officiell webbadress https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm
Beskrivning Applies styling to Goodreads to make it more modern.
Filstorlek 3.96 KB
Antal Installationer 254
Aktuell Version 0.0.4
Senast Uppdaterad 2021-05-29
Publiceringsdatum 2021-05-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Michelle Liu
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}