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
公式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
Eメール [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"
            ]
        }
    ]
}