Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Qu'est-ce que Image Dimensions ?
Image Dimensions est une extension Chrome développée par Genius Lynx, et sa fonction principale est "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Dimensions
Téléchargez les fichiers d'extension Image Dimensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
URL Officiel | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
Description | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
Taille du Fichier | 46.66 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2021-09-30 |
Date de Publication | 2021-07-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Genius Lynx |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://geniuslynx.com/privacy-policy |
Langues Prises en Charge | 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 } |