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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.retinaextension.com และคุณลักษณะหลักของมันคือ "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retina Check Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}