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是由Genius Lynx开发的Chrome扩展程序,该扩展的主要功能是“Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]”。

扩展截图

screenshot
screenshot

下载Image Dimensions扩展crx文件

下载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 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
}