Modern Goodreads

Applies styling to Goodreads to make it more modern.

什么是Modern Goodreads?

Modern Goodreads是由Michelle Liu开发的Chrome扩展程序,该扩展的主要功能是“Applies styling to Goodreads to make it more modern.”。

扩展截图

screenshot

下载Modern Goodreads扩展crx文件

下载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\/*"
            ]
        }
    ]
}