Image Dimensions

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

Co je Image Dimensions?

Image Dimensions je rozšíření Chrome vyvinuté Genius Lynx, a jeho hlavní funkcí je „Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Image Dimensions

Stáhněte si soubory rozšíření Image Dimensions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Image Dimensions Image Dimensions
ID dpaeghmnckceanlgappbolbofibkkdef
Oficiální URL https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef
Popis Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Velikost souboru 46.66 KB
Počet instalací 39
Aktuální Verze 1.0.0.1
Poslední Aktualizace 2021-09-30
Datum Vydání 2021-07-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Genius Lynx
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://geniuslynx.com/privacy-policy
Podporované Jazyky 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
}