Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Cos'è Retina Check Extension?
Retina Check Extension è un'estensione di Chrome sviluppata da https://www.retinaextension.com, e la sua funzione principale è "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Retina Check Extension
Scarica i file di estensione Retina Check Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | olgcoeajbmggbinanooheaialmihaaof |
| URL Ufficiale | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
| Descrizione | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
| Dimensione del File | 874 KB |
| Conteggio Installazioni | 1,305 |
| Versione Corrente | 0.2.9 |
| Ultimo Aggiornamento | 2017-11-30 |
| Data di Pubblicazione | 2017-11-30 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://www.retinaextension.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://sliday.com/privacy-policy |
| Lingue Supportate | 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": [
" | |