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
公式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
Eメール [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"
    }
}