Retina Check Extension

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

What is Retina Check Extension?

Retina Check Extension is a Chrome extension developed by https://www.retinaextension.com, and its main feature is "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Retina Check Extension Extension CRX File

Download Retina Check Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Retina Check Extension Retina Check Extension
ID olgcoeajbmggbinanooheaialmihaaof
Official URL https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof
Description Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
File Size 874 KB
Installation Count 1,305
Current Version 0.2.9
Last Updated 2017-11-30
Publish Date 2017-11-30
Rating 4.00/5 Total 3 Ratings
Developer https://www.retinaextension.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://sliday.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}