Modern Goodreads

Applies styling to Goodreads to make it more modern.

Что такое Modern Goodreads?

Modern Goodreads - это расширение Chrome, разработанное Michelle Liu, и его основная функция - "Applies styling to Goodreads to make it more modern.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Modern Goodreads

Скачайте файлы расширений Modern Goodreads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Modern Goodreads Modern Goodreads
ID ifbnfofjpbmnaennccominidogkogonm
Официальный URL https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm
Описание Applies styling to Goodreads to make it more modern.
Размер файла 3.96 KB
Количество установок 254
Текущая Версия 0.0.4
Последнее Обновление 2021-05-29
Дата публикации 2021-05-24
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Michelle Liu
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}