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                     Основная информация о расширении
| Название |   |  
| 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
}  |  |