CleanerReads - A Goodreads Theme

Nothing removed, just muted or moved out of the way.

CleanerReads - A Goodreads Theme là gì?

CleanerReads - A Goodreads Theme là một tiện ích mở rộng Chrome được phát triển bởi daniel.vanzin, và tính năng chính của nó là "Nothing removed, just muted or moved out of the way.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng CleanerReads - A Goodreads Theme 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

                        • SIDEBAR to the right, don't know if it helps much
• TOPBAR to the sidebar, that orange/purple strip on the top
• NAVBAR nearly invisible and hidden on scroll
• DUPLICATED ELEMENTS removed, like user stars, author info
• BOOK DESCRIPTION always expanded
• SOCIAL INFO and buttons with less emphasis on 
• REVIEWS centralized on page, user info moved to the left
• REVIEWS with less characters per row
• OPTIONS
    • show cover on the left
    • make text wider
    • hide elements from front page
    • move About Author and Readers Also Enjoyed to the sidebar                    

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

Tên CleanerReads - A Goodreads Theme CleanerReads - A Goodreads Theme
ID pfckicghmjgghmoeolegcbccjekhejji
URL Chính Thức https://chromewebstore.google.com/detail/cleanerreads-a-goodreads/pfckicghmjgghmoeolegcbccjekhejji
Mô tả Nothing removed, just muted or moved out of the way.
Kích Thước Tệp 40.34 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-04-20
Ngày Phát Hành 2023-01-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển daniel.vanzin
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": 3,
    "name": "CleanerReads - A Goodreads Theme",
    "version": "1.3.0",
    "description": "Nothing removed, just muted or moved out of the way.",
    "homepage_url": "https:\/\/github.com\/icetbr\/webext-cleanerreads",
    "author": "icetbr",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.goodreads.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "options.html",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}