Retina Check Extension

Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page

Hvad er Retina Check Extension?

Retina Check Extension er en Chrome-udvidelse udviklet af https://www.retinaextension.com, og dens hovedfunktion er "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Retina Check Extension-udvidelses-CRX-fil

Download Retina Check Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Is your website retina-friendly? Do a quick check. Visualise the actual pixel density for all images on the webpage. A great developer tool for perfectionists.

- Test your site for Retina support
- See on-page what images can be smaller or should be bigger
- Optimise images
- Visualise the statistics
- Get a comprehensive report                    

Grundlæggende oplysninger om udvidelsen

Navn Retina Check Extension Retina Check Extension
ID olgcoeajbmggbinanooheaialmihaaof
Officiel URL https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof
Beskrivelse Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Filstørrelse 874 KB
Antal Installationer 1,305
Nuværende Version 0.2.9
Senest Opdateret 2017-11-30
Udgivelsesdato 2017-11-30
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler https://www.retinaextension.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://sliday.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Retina Check Extension",
    "short_name": "Retina",
    "version": "0.2.9",
    "manifest_version": 2,
    "description": "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page",
    "homepage_url": "http:\/\/retinaextension.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "256": "icons\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}