dim the screen
dim the screen,screen blue light filter, brightness control
ما هو dim the screen؟
dim the screen هو إضافة Chrome تم تطويرها بواسطة https://care-eyes.com، والميزة الرئيسية لها هي "dim the screen,screen blue light filter, brightness control".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة dim the screen
قم بتنزيل ملفات الامتداد dim the screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
dim the screen extension can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter blue light. it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen
معلومات أساسية عن التمديد
الاسم | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
الوصف | dim the screen,screen blue light filter, brightness control |
حجم الملف | 28.77 KB |
عدد التثبيتات | 405 |
النسخة الحالية | 1.0.0.7 |
آخر تحديث | 2017-07-05 |
تاريخ النشر | 2017-07-05 |
تقييم | 2.43/5 مجموع تقييمات 7 |
المطور | https://care-eyes.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://care-eyes.com/?pf |
عنوان صفحة المساعدة | https://care-eyes.com/feedback?pf |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "management", "contextMenus", "notifications", "nativeMessaging" ], "version": "1.0.0.7", "manifest_version": 2 } |