Cloudinary Media Inspector

Quickly inspect page media elements to gain detailed, actionable information for performance tuning.

Cloudinary Media Inspectorคืออะไร?

Cloudinary Media Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cloudinary Ltd. และคุณลักษณะหลักของมันคือ "Quickly inspect page media elements to gain detailed, actionable information for performance tuning."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloudinary Media Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Cloudinary Media Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Cloudinary Media Inspector makes it easy to select, analyze, and review information on rich media page assets. View key data points on a single asset or all assets making up any webpage. Great for accessing overall page performance, asset tuning, and troubleshooting. 

* Select a single asset for a detailed asset report
* Generate a filterable full page report, providing details on all rich media assets
* Report data includes: Time-To-First-Byte (TTFB), File Size, Status, Response Headers, Device Pixel Ratio (DPR), and more
* Includes expanded details on used Cloudinary Transformations                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloudinary Media Inspector Cloudinary Media Inspector
ID ehnkhkglbafecknplfmjklnnjimokpkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloudinary-media-inspecto/ehnkhkglbafecknplfmjklnnjimokpkg
คำอธิบาย Quickly inspect page media elements to gain detailed, actionable information for performance tuning.
ขนาดไฟล์ 400 KB
จำนวนการติดตั้ง 2,294
เวอร์ชันปัจจุบัน 0.4.7
อัปเดตครั้งล่าสุด 2023-03-24
วันที่เผยแพร่ 2020-01-23
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Cloudinary Ltd.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cloudinary.com
URL หน้าช่วยเหลือ https://support.cloudinary.com/
URL หน้านโยบายความเป็นส่วนตัว https://cloudinary.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloudinary Media Inspector",
    "version": "0.4.7",
    "author": "Erwin Lukas",
    "description": "Quickly inspect page media elements to gain detailed, actionable information for performance tuning.",
    "permissions": [
        "tabs",
        "webRequest",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/library.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/library.js",
                "js\/inject.js",
                "js\/toggleColorScheme.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "256": "icons\/icon_v3-256-light.png",
        "512": "icons\/icon_v3-512-light.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "icons\/icon_w_v2.svg"
    ],
    "manifest_version": 2
}