Gmail Inline Image Fit

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

Hvad er Gmail Inline Image Fit?

Gmail Inline Image Fit er en Chrome-udvidelse udviklet af Igor Santos, og dens hovedfunktion er "Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Gmail Inline Image Fit-udvidelses-CRX-fil

Download Gmail Inline Image Fit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        [[ 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 :)                    

Grundlæggende oplysninger om udvidelsen

Navn Gmail Inline Image Fit Gmail Inline Image Fit
ID johhpdppebdjlbmkiheopoapdkjohfio
Officiel URL https://chromewebstore.google.com/detail/gmail-inline-image-fit/johhpdppebdjlbmkiheopoapdkjohfio
Beskrivelse Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.
Filstørrelse 246 KB
Antal Installationer 13,435
Nuværende Version 1.0.2
Senest Opdateret 2022-07-31
Udgivelsesdato 2020-03-03
Bedømmelse 4.00/5 Samlet 90 Bedømmelser
Udvikler Igor Santos
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/igorsantos07/Gmail-Inline-Image-Fit/
Hjælpeside-URL https://github.com/igorsantos07/Gmail-Inline-Image-Fit/issues
Understøttede Sprog 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"
            ]
        }
    ]
}