Modern Goodreads
Applies styling to Goodreads to make it more modern.
ما هو Modern Goodreads؟
Modern Goodreads هو إضافة Chrome تم تطويرها بواسطة Michelle Liu، والميزة الرئيسية لها هي "Applies styling to Goodreads to make it more modern.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Modern Goodreads
قم بتنزيل ملفات الامتداد Modern Goodreads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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\/*" ] } ] } |