Gmail image fit

Resize the images in the mail body to prevent the horizontal scrolling

Gmail image fit là gì?

Gmail image fit là một tiện ích mở rộng Chrome được phát triển bởi Flavio, và tính năng chính của nó là "Resize the images in the mail body to prevent the horizontal scrolling".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail image fit

Tải xuống các tệp mở rộng Gmail image fit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail image fit Gmail image fit
ID ofglaiipngecdpdioidnflbfcplpiapa
URL Chính Thức https://chromewebstore.google.com/detail/gmail-image-fit/ofglaiipngecdpdioidnflbfcplpiapa
Mô tả Resize the images in the mail body to prevent the horizontal scrolling
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 1,113
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-21
Ngày Phát Hành 2021-01-21
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Flavio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Omnia89/gmail_image_fit
URL Trang Trợ Giúp https://github.com/Omnia89/gmail_image_fit/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}