Night Shift. Eye Protection Mode
Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused
O que é Night Shift. Eye Protection Mode?
Night Shift. Eye Protection Mode é uma extensão do Chrome desenvolvida por filipossler, e sua principal característica é "Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Night Shift. Eye Protection Mode
Baixe arquivos de extensão Night Shift. Eye Protection Mode 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
Change the color of a page you browse to protect your eyes and make surfing easy and comfortable. You can set temperature of a page yourself in warm-to-cold range by moving the slider. As easy as it can be. Chose custom color temperature that suits you personally. Protect your eyes from tiredness and save your vision. The Night Shift is extremely useful tool for those who spend much time surfing Internet or reading from PC. Take care of your health and use Night Shift to release stress from your eyes and nervous system. Think ahead and protect your eyes before it's too late.
Informações Básicas da Extensão
Nome | Night Shift. Eye Protection Mode |
ID | fddfjikkeahcbcimofjdocdjonmplkjl |
URL Oficial | https://chromewebstore.google.com/detail/night-shift-eye-protectio/fddfjikkeahcbcimofjdocdjonmplkjl |
Descrição | Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused |
Tamanho do Arquivo | 40.05 KB |
Contagem de Instalações | 379 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-07-12 |
Data de Publicação | 2022-09-12 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | filipossler |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/nightshift-protection |
Idiomas Suportados | id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-PT,sv,cs,el,ru,uk,iw,fa,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.2", "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "\/css\/style.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "\/icons\/icon_128.png" }, "action": { "default_popup": "\/html\/popup.html" } } |