Retina Check Extension

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

Co to jest Retina Check Extension?

Retina Check Extension to rozszerzenie Chrome opracowane przez https://www.retinaextension.com, a jego główną funkcją jest „Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Retina Check Extension

Pobierz pliki rozszerzeń Retina Check Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Retina Check Extension Retina Check Extension
ID olgcoeajbmggbinanooheaialmihaaof
Oficjalny URL https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof
Opis Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Rozmiar pliku 874 KB
Liczba instalacji 1,305
Aktualna Wersja 0.2.9
Ostatnia Aktualizacja 2017-11-30
Data Publikacji 2017-11-30
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper https://www.retinaextension.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://sliday.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}