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".
Снимки экрана расширения
Скачать файл CRX расширения Gmail image fit
Скачайте файлы расширений 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 |
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 |
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" } } |