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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |