Modern Goodreads

Applies styling to Goodreads to make it more modern.

Modern Goodreads là gì?

Modern Goodreads là một tiện ích mở rộng Chrome được phát triển bởi Michelle Liu, và tính năng chính của nó là "Applies styling to Goodreads to make it more modern.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Modern Goodreads

Tải xuống các tệp mở rộng Modern Goodreads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Modern Goodreads Modern Goodreads
ID ifbnfofjpbmnaennccominidogkogonm
URL Chính Thức https://chromewebstore.google.com/detail/modern-goodreads/ifbnfofjpbmnaennccominidogkogonm
Mô tả Applies styling to Goodreads to make it more modern.
Kích Thước Tệp 3.96 KB
Số Lần Cài Đặt 254
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2021-05-29
Ngày Phát Hành 2021-05-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Michelle Liu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}