Image Size Check

Displays discrepancies in size between source and presentation.

Image Size Check là gì?

Image Size Check là một tiện ích mở rộng Chrome được phát triển bởi weirdwater, và tính năng chính của nó là "Displays discrepancies in size between source and presentation.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Size Check

Tải xuống các tệp mở rộng Image Size Check 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

                        See what images aren't the right size in an instant!

Image Size Check shows if displayed images match the width and height of the image source. If the width and height of an image are the same all borders will be green. If the width, or height, is off the extension will mark that dimension with a color.

- Green: Image and Source height/width are exactly the same size.
- Yellow: Image width or height is displayed larger than the source is.
- Red: Image width or height is displayed smaller than the source is.

The extension handles the height and width separate from each other. If the width is displayed correctly, but the height is smaller than that of the source, the extension will only mark the horizontal borders red. The horizontal borders will stay green.

To see what the image's true size is you simply click the image. An overlay will appear of the image showing the difference between source and displayed size.                    

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

Tên Image Size Check Image Size Check
ID ladmjfmdefajlebeacdjmgibboanfepi
URL Chính Thức https://chromewebstore.google.com/detail/image-size-check/ladmjfmdefajlebeacdjmgibboanfepi
Mô tả Displays discrepancies in size between source and presentation.
Kích Thước Tệp 6.51 KB
Số Lần Cài Đặt 4,572
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-01-10
Ngày Phát Hành 2017-01-09
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển weirdwater
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/weirdwater/img-check
URL Trang Trợ Giúp https://github.com/weirdwater/img-check/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Size Check",
    "description": "Displays discrepancies in size between source and presentation.",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Check image sizes"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img-check_16.png",
        "48": "assets\/img-check_48.png",
        "128": "assets\/img-check_128.png"
    },
    "manifest_version": 2
}