Gmail Inline Image Fit

Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.

Gmail Inline Image Fit क्या है?

Gmail Inline Image Fit Igor Santos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Inline Image Fit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        [[ Abandoned project / open to contributions ]]
There has been ages that I don't work in companies that send nasty emails which need fixing by this extension, and thus I stopped following the Gmail changes. Every now and then, someone sends an email with an issue, which unfortunately I don't have the time or will to fix.
However, I'm still open to Pull Requests in the project's GitHub repo, so feel free to collaborate!


[[ Description ]]
Ever complained about the horizontal scrolling that large images create on Gmail messages? Like those screenshots your client sent you, or a fancy signature that's cool for their widescreen monitors, but not for your windowed view?

This is a small extension that adds a slight rule so inline images will always fit in the message body. No need to keep scrolling back and forth to read any paragraph.

Gmail already provides a lightbox with an enlarged view of  pictures, so you can use it as usual to view the complete image :)                    

एक्सटेंशन की मूल जानकारी

नाम Gmail Inline Image Fit Gmail Inline Image Fit
ID johhpdppebdjlbmkiheopoapdkjohfio
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-inline-image-fit/johhpdppebdjlbmkiheopoapdkjohfio
विवरण Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.
फ़ाइल का आकार 246 KB
स्थापना संख्या 13,435
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-07-31
प्रकाशन तिथि 2020-03-03
रेटिंग 4.00/5 कुल 90 रेटिंग्स
डेवलपर Igor Santos
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/igorsantos07/Gmail-Inline-Image-Fit/
सहायता पृष्ठ URL https://github.com/igorsantos07/Gmail-Inline-Image-Fit/issues
समर्थित भाषाएँ de,en,pt-BR
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "name": "Gmail Inline Image Fit",
    "short_name": "Gmail Inline Image Fit",
    "description": "__MSG_appDesc__",
    "author": "Igor Santos, Robert Kummer (tiny updates)",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "400": "icons\/icon400.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}