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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Retina Check Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}