Gmail image fit

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

Qu'est-ce que Gmail image fit ?

Gmail image fit est une extension Chrome développée par Flavio, et sa fonction principale est "Resize the images in the mail body to prevent the horizontal scrolling".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gmail image fit

Téléchargez les fichiers d'extension Gmail image fit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Gmail image fit Gmail image fit
ID ofglaiipngecdpdioidnflbfcplpiapa
URL Officiel https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa
Description Resize the images in the mail body to prevent the horizontal scrolling
Taille du Fichier 109 KB
Nombre d'Installations 1,113
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-21
Date de Publication 2021-01-21
Évaluation 4.00/5 Total 6 Évaluations
Développeur Flavio
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Omnia89/gmail_image_fit
URL de la Page d'Aide https://github.com/Omnia89/gmail_image_fit/issues
Langues Prises en Charge 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"
    }
}