Night Reading Mode
Adjust web page text for night time reading
Night Reading Mode क्या है?
Night Reading Mode Logan Krumbhaar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adjust web page text for night time reading"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Night Reading Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |