NCC Image Checker

Provides image optimisation information within the browser.

NCC Image Checker là gì?

NCC Image Checker là một tiện ích mở rộng Chrome được phát triển bởi NCC Group Web Performance, và tính năng chính của nó là "Provides image optimisation information within the browser.".

Ả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 NCC Image Checker

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

                        Sending images that are too big can damage site speed. This tool scans a whole page to identify all images and highlights those that are sent at the wrong size.                    

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

Tên NCC Image Checker NCC Image Checker
ID fphiheficgnpphmjdliclanppccfgifl
URL Chính Thức https://chromewebstore.google.com/detail/ncc-image-checker/fphiheficgnpphmjdliclanppccfgifl
Mô tả Provides image optimisation information within the browser.
Kích Thước Tệp 28.28 KB
Số Lần Cài Đặt 780
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2017-07-24
Ngày Phát Hành 2017-07-24
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển NCC Group Web Performance
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nccgroup.trust/uk/our-services/website-performance/
URL Trang Trợ Giúp https://github.com/nccgroup/image-checker/issues
URL Trang Chính Sách Bảo Mật https://www.nccgroup.trust/uk/about-us/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NCC Image Checker",
    "short_name": "Image Checker",
    "description": "Provides image optimisation information within the browser.",
    "version": "1.5.0",
    "icons": {
        "16": "app\/assets\/icon.png",
        "48": "app\/assets\/icon.png",
        "128": "app\/assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "app\/assets\/icon.png",
        "default_title": "NCC Image Checker",
        "default_popup": "app\/popup.html"
    },
    "options_ui": {
        "page": "app\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "app\/styles\/content.css"
            ],
            "js": [
                "app\/content.js",
                "app\/public.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "minimum_chrome_version": "54.0.2840"
}