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
公式URL 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
Eメール [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"
    ]
}