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文件

下載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 Retina Check Extension
ID olgcoeajbmggbinanooheaialmihaaof
官方網址 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"
            ]
        }
    ]
}