Cloudinary Media Inspector

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

Cloudinary Media Inspector क्या है?

Cloudinary Media Inspector Cloudinary Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly inspect page media elements to gain detailed, actionable information for performance tuning."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cloudinary Media Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}