Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Wat is Image Dimensions?
Image Dimensions is een Chrome-extensie ontwikkeld door Genius Lynx, en de belangrijkste functie is "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Dimensions
Download Image Dimensions-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
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
Basisinformatie over de Extensie
Naam | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
Officiële URL | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
Beschrijving | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
Bestandsgrootte | 46.66 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2021-09-30 |
Publicatiedatum | 2021-07-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Genius Lynx |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://geniuslynx.com/privacy-policy |
Ondersteunde Talen | 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 } |