Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Hvad er Image Dimensions?
Image Dimensions er en Chrome-udvidelse udviklet af Genius Lynx, og dens hovedfunktion er "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".
Udvidelsesskærmbilleder
Download Image Dimensions-udvidelses-CRX-fil
Download Image Dimensions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dpaeghmnckceanlgappbolbofibkkdef |
| Officiel URL | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
| Beskrivelse | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
| Filstørrelse | 46.66 KB |
| Antal Installationer | 39 |
| Nuværende Version | 1.0.0.1 |
| Senest Opdateret | 2021-09-30 |
| Udgivelsesdato | 2021-07-06 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Genius Lynx |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://geniuslynx.com/privacy-policy |
| Understøttede Sprog | 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
} | |