Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
ما هو Google Inbox Dark Skin؟
Google Inbox Dark Skin هو إضافة Chrome تم تطويرها بواسطة yasser.ebrahim، والميزة الرئيسية لها هي "Darkens the Google Inbox page to an easy on the eyes skin.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Inbox Dark Skin
قم بتنزيل ملفات الامتداد Google Inbox Dark Skin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
معلومات أساسية عن التمديد
الاسم | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
الوصف | Darkens the Google Inbox page to an easy on the eyes skin. |
حجم الملف | 126 KB |
عدد التثبيتات | 228 |
النسخة الحالية | 0.3 |
آخر تحديث | 2016-11-28 |
تاريخ النشر | 2016-11-28 |
تقييم | 2.26/5 مجموع تقييمات 34 |
المطور | yasser.ebrahim |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |