Image info

Display image info: width, height, size

Cos'è Image info?

Image info è un'estensione di Chrome sviluppata da https://sibo.me, e la sua funzione principale è "Display image info: width, height, size".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Image info

Scarica i file di estensione Image info in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Image info Image info
ID lhjppngegpcocmjoflncllmpcldjnbmk
URL Ufficiale https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk
Descrizione Display image info: width, height, size
Dimensione del File 97.21 KB
Conteggio Installazioni 3,673
Versione Corrente 0.3.0
Ultimo Aggiornamento 2020-07-24
Data di Pubblicazione 2016-04-16
Valutazione 4.28/5 Totale 18 Valutazioni
Sviluppatore https://sibo.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}