Retina Check Extension

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

Что такое Retina Check Extension?

Retina Check Extension - это расширение Chrome, разработанное https://www.retinaextension.com, и его основная функция - "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Retina Check Extension

Скачайте файлы расширений Retina Check Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Retina Check Extension Retina Check Extension
ID olgcoeajbmggbinanooheaialmihaaof
Официальный URL https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof
Описание Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Размер файла 874 KB
Количество установок 1,305
Текущая Версия 0.2.9
Последнее Обновление 2017-11-30
Дата публикации 2017-11-30
Рейтинг 4.00/5 Всего 3 оценок
Разработчик https://www.retinaextension.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://sliday.com/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}