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"
            ]
        }
    ]
}