Gmail Inline Image Fit

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

Cos'è Gmail Inline Image Fit?

Gmail Inline Image Fit è un'estensione di Chrome sviluppata da Igor Santos, e la sua funzione principale è "Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gmail Inline Image Fit

Scarica i file di estensione Gmail Inline Image Fit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gmail Inline Image Fit Gmail Inline Image Fit
ID johhpdppebdjlbmkiheopoapdkjohfio
URL Ufficiale https://chromewebstore.google.com/detail/gmail-inline-image-fit/johhpdppebdjlbmkiheopoapdkjohfio
Descrizione Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.
Dimensione del File 246 KB
Conteggio Installazioni 13,435
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-07-31
Data di Pubblicazione 2020-03-03
Valutazione 4.00/5 Totale 90 Valutazioni
Sviluppatore Igor Santos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/igorsantos07/Gmail-Inline-Image-Fit/
URL della Pagina di Aiuto https://github.com/igorsantos07/Gmail-Inline-Image-Fit/issues
Lingue Supportate 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"
            ]
        }
    ]
}