Gmail image fit
Resize the images in the mail body to prevent the horizontal scrolling
What is Gmail image fit?
Gmail image fit is a Chrome extension developed by Flavio, and its main feature is "Resize the images in the mail body to prevent the horizontal scrolling".
Extension Screenshots
Download Gmail image fit Extension CRX File
Download Gmail image fit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Gmail image fit |
ID | ofglaiipngecdpdioidnflbfcplpiapa |
Official URL | https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa |
Description | Resize the images in the mail body to prevent the horizontal scrolling |
File Size | 109 KB |
Installation Count | 1,113 |
Current Version | 1.0 |
Last Updated | 2021-01-21 |
Publish Date | 2021-01-21 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Flavio |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Omnia89/gmail_image_fit |
Help Page URL | https://github.com/Omnia89/gmail_image_fit/issues |
Supported Languages | 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" } } |