Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
O que é Maxwidth?
Maxwidth é uma extensão do Chrome desenvolvida por becca.ooo, e sua principal característica é "Prevents Tumblr from stretching lower width images to 500px.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Maxwidth
Baixe arquivos de extensão Maxwidth 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
When Tumblr users upload images less than 540px in width, Tumblr stretches them to 540px, often resulting in ugly, soft images. Maxwidth reverses the stretching, returning images to their sharp state and intended resolution.
Informações Básicas da Extensão
Nome | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
URL Oficial | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
Descrição | Prevents Tumblr from stretching lower width images to 500px. |
Tamanho do Arquivo | 7.47 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.3.4 |
Última Atualização | 2014-11-12 |
Data de Publicação | 2014-11-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | becca.ooo |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maxwidth", "version": "1.3.4", "manifest_version": 2, "description": "Prevents Tumblr from stretching lower width images to 500px.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "css": [ "main.css" ] } ] } |