Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Co je Retina Check Extension?
Retina Check Extension je rozšíření Chrome vyvinuté https://www.retinaextension.com, a jeho hlavní funkcí je „Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Retina Check Extension
Stáhněte si soubory rozšíření Retina Check Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
Oficiální URL | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
Popis | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
Velikost souboru | 874 KB |
Počet instalací | 1,305 |
Aktuální Verze | 0.2.9 |
Poslední Aktualizace | 2017-11-30 |
Datum Vydání | 2017-11-30 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | https://www.retinaextension.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://sliday.com/privacy-policy |
Podporované Jazyky | 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": [ " |