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
官方網址 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
}