Image info

Display image info: width, height, size

Wat is Image info?

Image info is een Chrome-extensie ontwikkeld door https://sibo.me, en de belangrijkste functie is "Display image info: width, height, size".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image info

Download Image info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Image info Image info
ID lhjppngegpcocmjoflncllmpcldjnbmk
Officiële URL https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk
Beschrijving Display image info: width, height, size
Bestandsgrootte 97.21 KB
Aantal Installaties 3,673
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-07-24
Publicatiedatum 2016-04-16
Beoordeling 4.28/5 Totaal 18 Beoordelingen
Ontwikkelaar https://sibo.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}