Eye Protection
Care your eyes.
Co je Eye Protection?
Eye Protection je rozšíření Chrome vyvinuté robusttheworld, a jeho hlavní funkcí je „Care your eyes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Eye Protection
Stáhněte si soubory rozšíření Eye Protection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
👀 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.
Základní Informace o Rozšíření
Název | Eye Protection |
ID | miegdcmhfnpofmbiagbonbbebkojaged |
Oficiální URL | https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged |
Popis | Care your eyes. |
Velikost souboru | 518 KB |
Počet instalací | 949 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2021-12-27 |
Datum Vydání | 2021-11-09 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | robusttheworld |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } |