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”。
扩展截图
下载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 |
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" } } |