Musescore Lazy Dark Theme
A very lazy dark theme for musescore.com
ما هو Musescore Lazy Dark Theme؟
Musescore Lazy Dark Theme هو إضافة Chrome تم تطويرها بواسطة brandon.gregori، والميزة الرئيسية لها هي "A very lazy dark theme for musescore.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Musescore Lazy Dark Theme
قم بتنزيل ملفات الامتداد Musescore Lazy Dark Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A quick and easy way to make musescore.com easier on the eyes at night. Only uses a single line of code to invert all colors.
معلومات أساسية عن التمديد
الاسم | Musescore Lazy Dark Theme |
ID | agdafgppephcpdboddbhaephgffghehh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/musescore-lazy-dark-theme/agdafgppephcpdboddbhaephgffghehh |
الوصف | A very lazy dark theme for musescore.com |
حجم الملف | 9.08 KB |
عدد التثبيتات | 168 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2020-04-19 |
تاريخ النشر | 2020-04-18 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | brandon.gregori |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gregoriB/musescore.com_lazy_dark_theme |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Musescore Lazy Dark Theme", "version": "0.1.1", "description": "A very lazy dark theme for musescore.com", "content_scripts": [ { "matches": [ "https:\/\/musescore.com\/*" ], "css": [ "main.css" ] } ], "page_action": { "default_icon": "icon.png" } } |