Image Dimensions

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

¿Qué es Image Dimensions?

Image Dimensions es una extensión de Chrome desarrollada por Genius Lynx, y su función principal es "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Image Dimensions

Descarga archivos de extensión Image Dimensions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Image Dimensions Image Dimensions
ID dpaeghmnckceanlgappbolbofibkkdef
URL Oficial https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef
Descripción Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Tamaño del Archivo 46.66 KB
Cantidad de Instalaciones 39
Versión Actual 1.0.0.1
Última Actualización 2021-09-30
Fecha de Publicación 2021-07-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Genius Lynx
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://geniuslynx.com/privacy-policy
Idiomas Soportados 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
}