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]"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}