Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Was ist Retina Check Extension?
Retina Check Extension ist eine Chrome-Erweiterung, die von https://www.retinaextension.com entwickelt wurde, und ihr Hauptmerkmal ist "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".
Erweiterungsscreenshots
Retina Check Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Retina Check Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
Offizielle URL | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
Beschreibung | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
Dateigröße | 874 KB |
Installationsanzahl | 1,305 |
Aktuelle Version | 0.2.9 |
Letztes Update | 2017-11-30 |
Veröffentlichungsdatum | 2017-11-30 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.retinaextension.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://sliday.com/privacy-policy |
Unterstützte Sprachen | 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": [ " |