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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!" } } |