Retina Check Extension

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

Apa itu Retina Check Extension?

Retina Check Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.retinaextension.com, dan fitur utamanya adalah "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Retina Check Extension

Unduh file ekstensi Retina Check Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Retina Check Extension Retina Check Extension
ID olgcoeajbmggbinanooheaialmihaaof
URL Resmi https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof
Deskripsi Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Ukuran File 874 KB
Jumlah Instalasi 1,305
Versi Saat Ini 0.2.9
Terakhir Diperbarui 2017-11-30
Tanggal Publikasi 2017-11-30
Penilaian 4.00/5 Total 3 Penilaian
Pengembang https://www.retinaextension.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://sliday.com/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}