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