Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Τι είναι το Image Dimensions;
Το Image Dimensions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Genius Lynx, και η κύρια λειτουργία του είναι "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Image Dimensions
Λήψη αρχείων επέκτασης Image Dimensions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
Επίσημο URL | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
Περιγραφή | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
Μέγεθος Αρχείου | 46.66 KB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 1.0.0.1 |
Τελευταία Ενημέρωση | 2021-09-30 |
Ημερομηνία Δημοσίευσης | 2021-07-06 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Genius Lynx |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://geniuslynx.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } |