Modern Goodreads
Applies styling to Goodreads to make it more modern.
Wat is Modern Goodreads?
Modern Goodreads is een Chrome-extensie ontwikkeld door Michelle Liu, en de belangrijkste functie is "Applies styling to Goodreads to make it more modern.".
Extensie Screenshots
Download het CRX-bestand van de extensie Modern Goodreads
Download Modern Goodreads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Modern Goodreads |
ID | ifbnfofjpbmnaennccominidogkogonm |
Officiële URL | https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm |
Beschrijving | Applies styling to Goodreads to make it more modern. |
Bestandsgrootte | 3.96 KB |
Aantal Installaties | 254 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2021-05-29 |
Publicatiedatum | 2021-05-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Michelle Liu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |