Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
ما هو Retina Check Extension؟
Retina Check Extension هو إضافة Chrome تم تطويرها بواسطة https://www.retinaextension.com، والميزة الرئيسية لها هي "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Retina Check Extension
قم بتنزيل ملفات الامتداد Retina Check Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
الوصف | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
حجم الملف | 874 KB |
عدد التثبيتات | 1,305 |
النسخة الحالية | 0.2.9 |
آخر تحديث | 2017-11-30 |
تاريخ النشر | 2017-11-30 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | https://www.retinaextension.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://sliday.com/privacy-policy |
اللغات المدعومة | 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": [ " |