Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Qu'est-ce que Retina Check Extension ?
Retina Check Extension est une extension Chrome développée par https://www.retinaextension.com, et sa fonction principale est "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Retina Check Extension
Téléchargez les fichiers d'extension Retina Check Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
URL Officiel | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
Description | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
Taille du Fichier | 874 KB |
Nombre d'Installations | 1,305 |
Version Actuelle | 0.2.9 |
Dernière Mise à Jour | 2017-11-30 |
Date de Publication | 2017-11-30 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://www.retinaextension.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://sliday.com/privacy-policy |
Langues Prises en Charge | 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": [ " |