Minimal Behance
Low contrast changes to Behance UI to achieve more focus in the project view.
ما هو Minimal Behance؟
Minimal Behance هو إضافة Chrome تم تطويرها بواسطة martyr—، والميزة الرئيسية لها هي "Low contrast changes to Behance UI to achieve more focus in the project view.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimal Behance
قم بتنزيل ملفات الامتداد Minimal Behance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Lower contrast buttons at the right of the project - Hides some elements from the header and lowers the contrast of it - Hides the footer completely - Changes the transparent black background when peaking over a project to a solid white background, same color as the direct project view page. No functionality is being removed. Just small visual changes.
معلومات أساسية عن التمديد
الاسم | Minimal Behance |
ID | cmalmbljkafcblepcdpdaphaphijpffm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/minimal-behance/cmalmbljkafcblepcdpdaphaphijpffm |
الوصف | Low contrast changes to Behance UI to achieve more focus in the project view. |
حجم الملف | 13.38 KB |
عدد التثبيتات | 145 |
النسخة الحالية | 2.2 |
آخر تحديث | 2023-04-21 |
تاريخ النشر | 2020-06-19 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | martyr— |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://martyr.shop/pages/minimal-behance |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Behance", "version": "2.2", "host_permissions": [ "https:\/\/www.behance.net\/*" ], "description": "Low contrast changes to Behance UI to achieve more focus in the project view.", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.behance.net\/*" ], "css": [ "minimal-behance.css" ] }, { "matches": [ "*:\/\/www.behance.net\/gallery*" ], "css": [ "minimal-behance-gallery.css" ], "exclude_matches": [ "*:\/\/www.behance.net\/" ] } ] } |