Gmail image fit

Resize the images in the mail body to prevent the horizontal scrolling

Wat is Gmail image fit?

Gmail image fit is een Chrome-extensie ontwikkeld door Flavio, en de belangrijkste functie is "Resize the images in the mail body to prevent the horizontal scrolling".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gmail image fit

Download Gmail image fit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will automaticaly set the maximun width of all the images in the body mail (on gmail.com) to fit in the mail's viewport, to prevent annoying horizontal scrolling.

Particulary useful when you receive many full-sized screenshoot.

The extension doesn't need any permission and does not collect any kind of data                    

Basisinformatie over de Extensie

Naam Gmail image fit Gmail image fit
ID ofglaiipngecdpdioidnflbfcplpiapa
Officiële URL https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa
Beschrijving Resize the images in the mail body to prevent the horizontal scrolling
Bestandsgrootte 109 KB
Aantal Installaties 1,113
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-21
Publicatiedatum 2021-01-21
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Flavio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Omnia89/gmail_image_fit
Help Pagina-URL https://github.com/Omnia89/gmail_image_fit/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail image fit",
    "version": "1.0",
    "description": "Resize the images in the mail body to prevent the horizontal scrolling",
    "manifest_version": 2,
    "author": "Flavio Cristoforetti, https:\/\/github.com\/Omnia89",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    }
}