Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
Maxwidth क्या है?
Maxwidth becca.ooo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents Tumblr from stretching lower width images to 500px."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Maxwidth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |