Image info

Display image info: width, height, size

Qu'est-ce que Image info ?

Image info est une extension Chrome développée par https://sibo.me, et sa fonction principale est "Display image info: width, height, size".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image info

Téléchargez les fichiers d'extension Image info 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

                        Show image info when your mouse over an image, including width, height and file size in kb.                    

Informations de Base sur l'Extension

Nom Image info Image info
ID lhjppngegpcocmjoflncllmpcldjnbmk
URL Officiel https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk
Description Display image info: width, height, size
Taille du Fichier 97.21 KB
Nombre d'Installations 3,673
Version Actuelle 0.3.0
Dernière Mise à Jour 2020-07-24
Date de Publication 2016-04-16
Évaluation 4.28/5 Total 18 Évaluations
Développeur https://sibo.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image info",
    "manifest_version": 2,
    "version": "0.3.0",
    "description": "Display image info: width, height, size",
    "icons": {
        "16": "icons\/16.png",
        "20": "icons\/20.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "browser_action": {
        "default_title": "Image Info - running",
        "default_icon": "icons\/48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/style.css"
            ],
            "js": [
                "\/jquery-2.0.3.min.js",
                "\/index.js"
            ]
        }
    ]
}