Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
O que é Google Inbox Dark Skin?
Google Inbox Dark Skin é uma extensão do Chrome desenvolvida por yasser.ebrahim, e sua principal característica é "Darkens the Google Inbox page to an easy on the eyes skin.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Inbox Dark Skin
Baixe arquivos de extensão Google Inbox Dark Skin 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
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
Informações Básicas da Extensão
Nome | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
URL Oficial | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
Descrição | Darkens the Google Inbox page to an easy on the eyes skin. |
Tamanho do Arquivo | 126 KB |
Contagem de Instalações | 228 |
Versão Atual | 0.3 |
Última Atualização | 2016-11-28 |
Data de Publicação | 2016-11-28 |
Classificação | 2.26/5 Total de 34 Avaliações |
Desenvolvedor | yasser.ebrahim |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |