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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |