Night Reading Mode
Adjust web page text for night time reading
ما هو Night Reading Mode؟
Night Reading Mode هو إضافة Chrome تم تطويرها بواسطة Logan Krumbhaar، والميزة الرئيسية لها هي "Adjust web page text for night time reading".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Night Reading Mode
قم بتنزيل ملفات الامتداد Night Reading Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension which can adjust web page text for night time reading. The extension can invert a pages color and change its contrast. I made this because I tried inverting page colors for night reading, but still found bright text on dark backgrounds difficult to read. Reducing contrast makes reading web pages a bit lighter on the eyes. Compatible with most websites. Please rate and mention any bugs you notice, thoughts, or concerns so I can address them and make it a better extension.
معلومات أساسية عن التمديد
الاسم | |
ID | ngbfeclajblpoeamfkmeablkmcpfikgc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/night-reading-mode/ngbfeclajblpoeamfkmeablkmcpfikgc |
الوصف | Adjust web page text for night time reading |
حجم الملف | 17.28 KB |
عدد التثبيتات | 1,490 |
النسخة الحالية | 0.0.0.6 |
آخر تحديث | 2015-12-09 |
تاريخ النشر | 2015-12-09 |
تقييم | 3.13/5 مجموع تقييمات 8 |
المطور | Logan Krumbhaar |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "rgbcolor.js", "content_script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Adjust web page text for night time reading", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Night Reading Mode", "permissions": [ "tabs", "storage" ], "version": "0.0.0.6" } |