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

확장 프로그램 스크린샷

screenshot
screenshot

Gmail image fit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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"
    }
}