dim the screen

dim the screen,screen blue light filter, brightness control

O que é dim the screen?

dim the screen é uma extensão do Chrome desenvolvida por https://care-eyes.com, e sua principal característica é "dim the screen,screen blue light filter, brightness control".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão dim the screen

Baixe arquivos de extensão dim the screen 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

                        dim the screen extension can adjust the gamma value of your computer’s display adapt, reduce the blue part  (RGB value) of the light, filter blue light.

it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen                    

Informações Básicas da Extensão

Nome dim the screen dim the screen
ID olmpfahephldkkfhkmlnociobiihgndg
URL Oficial https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg
Descrição dim the screen,screen blue light filter, brightness control
Tamanho do Arquivo 28.77 KB
Contagem de Instalações 405
Versão Atual 1.0.0.7
Última Atualização 2017-07-05
Data de Publicação 2017-07-05
Classificação 2.43/5 Total de 7 Avaliações
Desenvolvedor https://care-eyes.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://care-eyes.com/?pf
URL da Página de Ajuda https://care-eyes.com/feedback?pf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_default_title__",
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "management",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "version": "1.0.0.7",
    "manifest_version": 2
}