Gmail image fit

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

Τι είναι το Gmail image fit;

Το Gmail image fit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Flavio, και η κύρια λειτουργία του είναι "Resize the images in the mail body to prevent the horizontal scrolling".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail image fit

Λήψη αρχείων επέκτασης Gmail image fit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail image fit Gmail image fit
ID ofglaiipngecdpdioidnflbfcplpiapa
Επίσημο URL https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa
Περιγραφή Resize the images in the mail body to prevent the horizontal scrolling
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 1,113
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-01-21
Ημερομηνία Δημοσίευσης 2021-01-21
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Flavio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Omnia89/gmail_image_fit
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Omnia89/gmail_image_fit/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}