Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
O que é Gmail image fit?
Gmail image fit é uma extensão do Chrome desenvolvida por Flavio, e sua principal característica é "Resize the images in the mail body to prevent the horizontal scrolling".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gmail image fit
Baixe arquivos de extensão Gmail image fit 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
This extension will automaticaly set the maximun width of all the images in the body mail (on gmail.com) to fit in the mail's viewport, to prevent annoying horizontal scrolling. Particulary useful when you receive many full-sized screenshoot. The extension doesn't need any permission and does not collect any kind of data
Informações Básicas da Extensão
Nome | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
URL Oficial | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
Descrição | Resize the images in the mail body to prevent the horizontal scrolling |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 1,113 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-21 |
Data de Publicação | 2021-01-21 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | Flavio |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Omnia89/gmail_image_fit |
URL da Página de Ajuda | https://github.com/Omnia89/gmail_image_fit/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail image fit", "version": "1.0", "description": "Resize the images in the mail body to prevent the horizontal scrolling", "manifest_version": 2, "author": "Flavio Cristoforetti, https:\/\/github.com\/Omnia89", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "main.css" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" } } |