Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
O que é Retina Check Extension?
Retina Check Extension é uma extensão do Chrome desenvolvida por https://www.retinaextension.com, e sua principal característica é "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Retina Check Extension
Baixe arquivos de extensão Retina Check Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
URL Oficial | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
Descrição | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
Tamanho do Arquivo | 874 KB |
Contagem de Instalações | 1,305 |
Versão Atual | 0.2.9 |
Última Atualização | 2017-11-30 |
Data de Publicação | 2017-11-30 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | https://www.retinaextension.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://sliday.com/privacy-policy |
Idiomas Suportados | 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": [ " |