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是由https://www.retinaextension.com开发的Chrome扩展程序,该扩展的主要功能是“Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page”。
扩展截图
下载Retina Check Extension扩展crx文件
下载Retina Check Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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": [ " |