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
Eメール [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
}