Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
Cos'è Maxwidth?
Maxwidth è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "Prevents Tumblr from stretching lower width images to 500px.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maxwidth
Scarica i file di estensione Maxwidth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
URL Ufficiale | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
Descrizione | Prevents Tumblr from stretching lower width images to 500px. |
Dimensione del File | 7.47 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.3.4 |
Ultimo Aggiornamento | 2014-11-12 |
Data di Pubblicazione | 2014-11-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | becca.ooo |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |