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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}