Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Retina Check Extension là gì?
Retina Check Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.retinaextension.com, và tính năng chính của nó là "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Retina Check Extension
Tải xuống các tệp mở rộng Retina Check Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
URL Chính Thức | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
Mô tả | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
Kích Thước Tệp | 874 KB |
Số Lần Cài Đặt | 1,305 |
Phiên Bản Hiện Tại | 0.2.9 |
Cập Nhật Lần Cuối | 2017-11-30 |
Ngày Phát Hành | 2017-11-30 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.retinaextension.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://sliday.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |