Gmail image fit

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

Apa itu Gmail image fit?

Gmail image fit adalah ekstensi Chrome yang dikembangkan oleh Flavio, dan fitur utamanya adalah "Resize the images in the mail body to prevent the horizontal scrolling".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Gmail image fit

Unduh file ekstensi Gmail image fit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Gmail image fit Gmail image fit
ID ofglaiipngecdpdioidnflbfcplpiapa
URL Resmi https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa
Deskripsi Resize the images in the mail body to prevent the horizontal scrolling
Ukuran File 109 KB
Jumlah Instalasi 1,113
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-01-21
Tanggal Publikasi 2021-01-21
Penilaian 4.00/5 Total 6 Penilaian
Pengembang Flavio
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Omnia89/gmail_image_fit
URL Halaman Bantuan https://github.com/Omnia89/gmail_image_fit/issues
Bahasa yang Didukung 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"
    }
}