Cloudinary Media Inspector

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

Qu'est-ce que Cloudinary Media Inspector ?

Cloudinary Media Inspector est une extension Chrome développée par Cloudinary Ltd., et sa fonction principale est "Quickly inspect page media elements to gain detailed, actionable information for performance tuning.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cloudinary Media Inspector

Téléchargez les fichiers d'extension Cloudinary Media Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cloudinary Media Inspector Cloudinary Media Inspector
ID ehnkhkglbafecknplfmjklnnjimokpkg
URL Officiel https://chromewebstore.google.com/detail/cloudinary-media-inspecto/ehnkhkglbafecknplfmjklnnjimokpkg
Description Quickly inspect page media elements to gain detailed, actionable information for performance tuning.
Taille du Fichier 400 KB
Nombre d'Installations 2,294
Version Actuelle 0.4.7
Dernière Mise à Jour 2023-03-24
Date de Publication 2020-01-23
Évaluation 5.00/5 Total 12 Évaluations
Développeur Cloudinary Ltd.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cloudinary.com
URL de la Page d'Aide https://support.cloudinary.com/
URL de la Page de Politique de Confidentialité https://cloudinary.com/privacy
Langues Prises en Charge 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
}