Image Dimensions

Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]

Apa itu Image Dimensions?

Image Dimensions adalah ekstensi Chrome yang dikembangkan oleh Genius Lynx, dan fitur utamanya adalah "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Dimensions

Unduh file ekstensi Image Dimensions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Image Dimensions Image Dimensions
ID dpaeghmnckceanlgappbolbofibkkdef
URL Resmi https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef
Deskripsi Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Ukuran File 46.66 KB
Jumlah Instalasi 39
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2021-09-30
Tanggal Publikasi 2021-07-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Genius Lynx
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://geniuslynx.com/privacy-policy
Bahasa yang Didukung 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
}