Gmail image fit

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

什麼是Gmail image fit?

Gmail image fit是由Flavio開發的Chrome擴展程式,該擴展的主要功能是“Resize the images in the mail body to prevent the horizontal scrolling”。

擴展截圖

screenshot
screenshot

下載Gmail image fit擴展crx文件

下載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
官方網址 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"
    }
}