Eye Watch
A reminder telling you that you should look away from your laptop for a moment
O que é Eye Watch?
Eye Watch é uma extensão do Chrome desenvolvida por Tapasya Velmurugan, e sua principal característica é "A reminder telling you that you should look away from your laptop for a moment".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Eye Watch
Baixe arquivos de extensão Eye Watch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Due to COVID-19 situation, most schools are forced to go virtual, including my high school. This forces everyone to spend more time on a screen than normal. Over the last few weeks of school, me and my friends noticed that our eyes hurt during zoom calls. Because of this, I have created a chrome extension for not just me, but for all students to use as a reminder to look away from their screen for few seconds to reduce eye strain.
Informações Básicas da Extensão
Nome | Eye Watch |
ID | jleofoipkhnobeccjpocgmbbehioioka |
URL Oficial | https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka |
Descrição | A reminder telling you that you should look away from your laptop for a moment |
Tamanho do Arquivo | 64.14 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.1 |
Última Atualização | 2020-10-13 |
Data de Publicação | 2020-10-04 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Tapasya Velmurugan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Watch", "description": "A reminder telling you that you should look away from your laptop for a moment", "version": "1.1", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Eye Watch", "default_popup": "popup.html" }, "icons": { "16": "eyeS.png", "32": "eyeS.png", "48": "eyeS.png", "128": "eyeS.png" } } |