Eye Rest Notification
An extension to rest your eyes every 20 minutes for 20 seconds.
Co je Eye Rest Notification?
Eye Rest Notification je rozšíření Chrome vyvinuté Purushottam kumar, a jeho hlavní funkcí je „An extension to rest your eyes every 20 minutes for 20 seconds.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Eye Rest Notification
Stáhněte si soubory rozšíření Eye Rest Notification 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í
Take care of your eyes! Eye Protect while long working on computer,eye rest,eye protect from computer. Beat dry eyes syndrome while using your computer for long hours. Eye Rest is something all computer users need and have to use to avoid the many health hazards that put their eyes into danger as a result of staring at their screens for so long.Eye Rest Notification
Základní Informace o Rozšíření
Název | Eye Rest Notification |
ID | cfhlmmjodlkhnojnaaofaebddbaljoma |
Oficiální URL | https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma |
Popis | An extension to rest your eyes every 20 minutes for 20 seconds. |
Velikost souboru | 1.77 MB |
Počet instalací | 73 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-08-09 |
Datum Vydání | 2020-08-09 |
Vývojář | Purushottam kumar |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Rest Notification", "version": "1.0", "description": "An extension to rest your eyes every 20 minutes for 20 seconds.", "permissions": [ "alarms", "declarativeContent", "storage" ], "background": { "scripts": [ "helpers.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/lookaway16.png", "32": "images\/lookaway32.png", "48": "images\/lookaway48.png", "128": "images\/lookaway128.png" } }, "icons": { "16": "images\/lookaway16.png", "32": "images\/lookaway32.png", "48": "images\/lookaway48.png", "128": "images\/lookaway128.png" }, "manifest_version": 2 } |