Night Reading Mode
Adjust web page text for night time reading
Qu'est-ce que Night Reading Mode ?
Night Reading Mode est une extension Chrome développée par Logan Krumbhaar, et sa fonction principale est "Adjust web page text for night time reading".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Night Reading Mode
Téléchargez les fichiers d'extension Night Reading Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ngbfeclajblpoeamfkmeablkmcpfikgc |
URL Officiel | https://chrome.google.com/webstore/detail/night-reading-mode/ngbfeclajblpoeamfkmeablkmcpfikgc |
Description | Adjust web page text for night time reading |
Taille du Fichier | 17.28 KB |
Nombre d'Installations | 1,490 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2015-12-09 |
Date de Publication | 2015-12-09 |
Évaluation | 3.13/5 Total 8 Évaluations |
Développeur | Logan Krumbhaar |
Type de Paiement | free |
Langues Prises en Charge | 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" } |