Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
Maxwidthคืออะไร?
Maxwidth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "Prevents Tumblr from stretching lower width images to 500px."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maxwidth
ดาวน์โหลดไฟล์ส่วนขยาย Maxwidth ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
คำอธิบาย | Prevents Tumblr from stretching lower width images to 500px. |
ขนาดไฟล์ | 7.47 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2014-11-12 |
วันที่เผยแพร่ | 2014-11-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | becca.ooo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |