Modern Goodreads
Applies styling to Goodreads to make it more modern.
What is Modern Goodreads?
Modern Goodreads is a Chrome extension developed by Michelle Liu, and its main feature is "Applies styling to Goodreads to make it more modern.".
Extension Screenshots
Download Modern Goodreads Extension CRX File
Download Modern Goodreads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Modern Goodreads |
ID | ifbnfofjpbmnaennccominidogkogonm |
Official URL | https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm |
Description | Applies styling to Goodreads to make it more modern. |
File Size | 3.96 KB |
Installation Count | 254 |
Current Version | 0.0.4 |
Last Updated | 2021-05-29 |
Publish Date | 2021-05-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Michelle Liu |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |