Cloudinary Media Inspector

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

Cloudinary Media Inspector là gì?

Cloudinary Media Inspector là một tiện ích mở rộng Chrome được phát triển bởi Cloudinary Ltd., và tính năng chính của nó là "Quickly inspect page media elements to gain detailed, actionable information for performance tuning.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloudinary Media Inspector

Tải xuống các tệp mở rộng Cloudinary Media Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloudinary Media Inspector Cloudinary Media Inspector
ID ehnkhkglbafecknplfmjklnnjimokpkg
URL Chính Thức https://chromewebstore.google.com/detail/cloudinary-media-inspecto/ehnkhkglbafecknplfmjklnnjimokpkg
Mô tả Quickly inspect page media elements to gain detailed, actionable information for performance tuning.
Kích Thước Tệp 400 KB
Số Lần Cài Đặt 2,294
Phiên Bản Hiện Tại 0.4.7
Cập Nhật Lần Cuối 2023-03-24
Ngày Phát Hành 2020-01-23
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Cloudinary Ltd.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cloudinary.com
URL Trang Trợ Giúp https://support.cloudinary.com/
URL Trang Chính Sách Bảo Mật https://cloudinary.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}