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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gmail Inline Image Fit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [[ 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 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
이메일 [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"
            ]
        }
    ]
}