Solarize the Web
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
ما هو Solarize the Web؟
Solarize the Web هو إضافة Chrome تم تطويرها بواسطة alice.writes.wrongs، والميزة الرئيسية لها هي "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".
تحميل ملف CRX للإضافة Solarize the Web
قم بتنزيل ملفات الامتداد Solarize the Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).
معلومات أساسية عن التمديد
الاسم | |
ID | cglngnapainckmmknogiipogjcfbbeco |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco |
الوصف | Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux… |
حجم الملف | 7.64 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-01-07 |
تاريخ النشر | 2017-01-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | alice.writes.wrongs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/aliceriot/solarize_the_web |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Solarize the Web", "version": "0.1", "short_name": "Add solarized to everything!", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/github.css" ] }, { "matches": [ "https:\/\/*.wikipedia.org\/*", "https:\/\/wiki.archlinux.org\/*" ], "css": [ "css\/mediawiki.css" ] }, { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "css\/google.css" ] }, { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ "css\/hackernews.css" ] } ] } |