Eye Protection
Care your eyes.
Qu'est-ce que Eye Protection ?
Eye Protection est une extension Chrome développée par robusttheworld, et sa fonction principale est "Care your eyes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Eye Protection
Téléchargez les fichiers d'extension Eye Protection 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
👀 Eye Protection is a very small and powerful extension. 👀 It colors the whole web page with eye-protection color with only one click. 👀 You can pick a custom eye-protection background color. 👀 Custom shortcut is supported! 👀 Choose popup mode or one-click mode for the action button. 👀 Eye charts give you the best eye care, you can take a vision test here.
Informations de Base sur l'Extension
Nom | Eye Protection |
ID | miegdcmhfnpofmbiagbonbbebkojaged |
URL Officiel | https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged |
Description | Care your eyes. |
Taille du Fichier | 518 KB |
Nombre d'Installations | 949 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2021-12-27 |
Date de Publication | 2021-11-09 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | robusttheworld |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Protection", "description": "Care your eyes.", "version": "1.3.0", "manifest_version": 3, "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_icon": { "16": "\/images\/eye_protection_16.png", "32": "\/images\/eye_protection_32.png", "48": "\/images\/eye_protection_48.png", "128": "\/images\/eye_protection_128.png" } }, "icons": { "16": "\/images\/eye_protection_16.png", "32": "\/images\/eye_protection_32.png", "48": "\/images\/eye_protection_48.png", "128": "\/images\/eye_protection_128.png" }, "options_page": "options.html", "commands": { "take-action": { "description": "Color the background" } } } |