Gmail image fit

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

Was ist Gmail image fit?

Gmail image fit ist eine Chrome-Erweiterung, die von Flavio entwickelt wurde, und ihr Hauptmerkmal ist "Resize the images in the mail body to prevent the horizontal scrolling".

Erweiterungsscreenshots

screenshot
screenshot

Gmail image fit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail image fit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Gmail image fit Gmail image fit
ID ofglaiipngecdpdioidnflbfcplpiapa
Offizielle URL https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa
Beschreibung Resize the images in the mail body to prevent the horizontal scrolling
Dateigröße 109 KB
Installationsanzahl 1,113
Aktuelle Version 1.0
Letztes Update 2021-01-21
Veröffentlichungsdatum 2021-01-21
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler Flavio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Omnia89/gmail_image_fit
Hilfeseite URL https://github.com/Omnia89/gmail_image_fit/issues
Unterstützte Sprachen 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"
    }
}