Image Dimensions

Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]

Cos'è Image Dimensions?

Image Dimensions è un'estensione di Chrome sviluppata da Genius Lynx, e la sua funzione principale è "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Image Dimensions

Scarica i file di estensione Image Dimensions 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

                        The extension will help to know the width and height of the images loaded on the current page. A grid of all images with dimensions is displayed, helpful for web designers, web developers to communicate with the team for different images sizes/dimensions required for the graphics in the web project.

Updates: 
Bug Fixes                    

Informazioni di Base sull'Estensione

Nome Image Dimensions Image Dimensions
ID dpaeghmnckceanlgappbolbofibkkdef
URL Ufficiale https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef
Descrizione Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Dimensione del File 46.66 KB
Conteggio Installazioni 39
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2021-09-30
Data di Pubblicazione 2021-07-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Genius Lynx
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://geniuslynx.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Dimensions",
    "version": "1.0.0.1",
    "author": "Genius Lynx",
    "description": "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Image Dimensions"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}