Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Co to jest Image Dimensions?
Image Dimensions to rozszerzenie Chrome opracowane przez Genius Lynx, a jego główną funkcją jest „Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Dimensions
Pobierz pliki rozszerzeń Image Dimensions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
Oficjalny URL | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
Opis | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
Rozmiar pliku | 46.66 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2021-09-30 |
Data Publikacji | 2021-07-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Genius Lynx |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://geniuslynx.com/privacy-policy |
Obsługiwane Języki | 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 } |