Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
Apa itu Maxwidth?
Maxwidth adalah ekstensi Chrome yang dikembangkan oleh becca.ooo, dan fitur utamanya adalah "Prevents Tumblr from stretching lower width images to 500px.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Maxwidth
Unduh file ekstensi Maxwidth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
URL Resmi | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
Deskripsi | Prevents Tumblr from stretching lower width images to 500px. |
Ukuran File | 7.47 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 1.3.4 |
Terakhir Diperbarui | 2014-11-12 |
Tanggal Publikasi | 2014-11-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | becca.ooo |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |