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.
Eメール [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
}