NCC Image Checker

Provides image optimisation information within the browser.

Co je NCC Image Checker?

NCC Image Checker je rozšíření Chrome vyvinuté NCC Group Web Performance, a jeho hlavní funkcí je „Provides image optimisation information within the browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NCC Image Checker

Stáhněte si soubory rozšíření NCC Image Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NCC Image Checker NCC Image Checker
ID fphiheficgnpphmjdliclanppccfgifl
Oficiální URL https://chromewebstore.google.com/detail/ncc-image-checker/fphiheficgnpphmjdliclanppccfgifl
Popis Provides image optimisation information within the browser.
Velikost souboru 28.28 KB
Počet instalací 780
Aktuální Verze 1.5.0
Poslední Aktualizace 2017-07-24
Datum Vydání 2017-07-24
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář NCC Group Web Performance
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.nccgroup.trust/uk/our-services/website-performance/
URL Stránky Nápovědy https://github.com/nccgroup/image-checker/issues
URL Stránky Zásad Ochrany Soukromí https://www.nccgroup.trust/uk/about-us/privacy-policy
Podporované Jazyky 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"
}