NCC Image Checker

Provides image optimisation information within the browser.

NCC Image Checkerとは何ですか?

NCC Image CheckerはNCC Group Web Performanceによって開発されたChromeの拡張機能で、その主な機能は「Provides image optimisation information within the browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NCC Image Checker拡張機能のCRXファイルをダウンロード

NCC Image Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 NCC Image Checker NCC Image Checker
ID fphiheficgnpphmjdliclanppccfgifl
公式URL https://chromewebstore.google.com/detail/ncc-image-checker/fphiheficgnpphmjdliclanppccfgifl
説明 Provides image optimisation information within the browser.
ファイルサイズ 28.28 KB
インストール数 780
現在のバージョン 1.5.0
最終更新日 2017-07-24
公開日 2017-07-24
評価 5.00/5 合計 7 レビュー
開発者 NCC Group Web Performance
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.nccgroup.trust/uk/our-services/website-performance/
ヘルプページのURL https://github.com/nccgroup/image-checker/issues
プライバシーポリシーページのURL https://www.nccgroup.trust/uk/about-us/privacy-policy
対応言語 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"
}