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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |