Invert!
Invert page colors to reduce strain on eyes and improve readability at night.
ما هو Invert!؟
Invert! هو إضافة Chrome تم تطويرها بواسطة GM، والميزة الرئيسية لها هي "Invert page colors to reduce strain on eyes and improve readability at night.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Invert!
قم بتنزيل ملفات الامتداد Invert! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Invert! is a useful extension that (surprisingly) inverts the colors of a webpage. Why use it? Inverting the colors of a page produces high contrast and can improve readability of pages, especially at night, and can also reduce eye strain.
معلومات أساسية عن التمديد
الاسم | Invert! |
ID | heidajcpkemganilmhockdniaknoojih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih |
الوصف | Invert page colors to reduce strain on eyes and improve readability at night. |
حجم الملف | 22.53 KB |
عدد التثبيتات | 30,800 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-11-15 |
تاريخ النشر | 2014-11-15 |
تقييم | 3.99/5 مجموع تقييمات 77 |
المطور | GM |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invert!", "description": "Invert page colors to reduce strain on eyes and improve readability at night.", "version": "0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/off.png", "default_title": "Toggle Invert!" } } |