Cloudinary Media Inspector

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

什么是Cloudinary Media Inspector?

Cloudinary Media Inspector是由Cloudinary Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Quickly inspect page media elements to gain detailed, actionable information for performance tuning.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Cloudinary Media Inspector扩展crx文件

下载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
}