Gmail Inline Image Fit
Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.
什麼是Gmail Inline Image Fit?
Gmail Inline Image Fit是由Igor Santos開發的Chrome擴展程式,該擴展的主要功能是“Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area.”。
擴展截圖
下載Gmail Inline Image Fit擴展crx文件
下載Gmail Inline Image Fit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
[[ Abandoned project / open to contributions ]] There has been ages that I don't work in companies that send nasty emails which need fixing by this extension, and thus I stopped following the Gmail changes. Every now and then, someone sends an email with an issue, which unfortunately I don't have the time or will to fix. However, I'm still open to Pull Requests in the project's GitHub repo, so feel free to collaborate! [[ Description ]] Ever complained about the horizontal scrolling that large images create on Gmail messages? Like those screenshots your client sent you, or a fancy signature that's cool for their widescreen monitors, but not for your windowed view? This is a small extension that adds a slight rule so inline images will always fit in the message body. No need to keep scrolling back and forth to read any paragraph. Gmail already provides a lightbox with an enlarged view of pictures, so you can use it as usual to view the complete image :)
擴展基本資訊
名稱 | Gmail Inline Image Fit |
ID | johhpdppebdjlbmkiheopoapdkjohfio |
官方網址 | https://chromewebstore.google.com/detail/gmail-inline-image-fit/johhpdppebdjlbmkiheopoapdkjohfio |
簡介 | Get rid of that nasty horizontal scrolling, with inline images fitting Gmail's message area. |
檔案大小 | 246 KB |
安裝次數 | 13,435 |
目前版本 | 1.0.2 |
更新時間 | 2022-07-31 |
上架時間 | 2020-03-03 |
評分 | 4.00/5 共 90 次評分 |
開發者 | Igor Santos |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/igorsantos07/Gmail-Inline-Image-Fit/ |
說明頁面URL | https://github.com/igorsantos07/Gmail-Inline-Image-Fit/issues |
支援的語言 | de,en,pt-BR |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "Gmail Inline Image Fit", "short_name": "Gmail Inline Image Fit", "description": "__MSG_appDesc__", "author": "Igor Santos, Robert Kummer (tiny updates)", "default_locale": "en", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png", "400": "icons\/icon400.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "main.css" ] } ] } |