CleanerReads - A Goodreads Theme

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

什麼是CleanerReads - A Goodreads Theme?

CleanerReads - A Goodreads Theme是由daniel.vanzin開發的Chrome擴展程式,該擴展的主要功能是“Nothing removed, just muted or moved out of the way.”。

擴展截圖

screenshot
screenshot
screenshot

下載CleanerReads - A Goodreads Theme擴展crx文件

下載CleanerReads - A Goodreads Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • 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                    

擴展基本資訊

名稱 CleanerReads - A Goodreads Theme CleanerReads - A Goodreads Theme
ID pfckicghmjgghmoeolegcbccjekhejji
官方網址 https://chromewebstore.google.com/detail/cleanerreads-a-goodreads/pfckicghmjgghmoeolegcbccjekhejji
簡介 Nothing removed, just muted or moved out of the way.
檔案大小 40.34 KB
安裝次數 81
目前版本 1.3.0
更新時間 2023-04-20
上架時間 2023-01-09
評分 5.00/5 共 2 次評分
開發者 daniel.vanzin
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}