Invert!
Invert page colors to reduce strain on eyes and improve readability at night.
Qu'est-ce que Invert! ?
Invert! est une extension Chrome développée par GM, et sa fonction principale est "Invert page colors to reduce strain on eyes and improve readability at night.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Invert!
Téléchargez les fichiers d'extension Invert! 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
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.
Informations de Base sur l'Extension
Nom | Invert! |
ID | heidajcpkemganilmhockdniaknoojih |
URL Officiel | https://chromewebstore.google.com/detail/invert/heidajcpkemganilmhockdniaknoojih |
Description | Invert page colors to reduce strain on eyes and improve readability at night. |
Taille du Fichier | 22.53 KB |
Nombre d'Installations | 30,800 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-11-15 |
Date de Publication | 2014-11-15 |
Évaluation | 3.99/5 Total 77 Évaluations |
Développeur | GM |
Type de Paiement | free |
Langues Prises en Charge | 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!" } } |