Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Image Dimensions là gì?
Image Dimensions là một tiện ích mở rộng Chrome được phát triển bởi Genius Lynx, và tính năng chính của nó là "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Image Dimensions
Tải xuống các tệp mở rộng Image Dimensions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
URL Chính Thức | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
Mô tả | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
Kích Thước Tệp | 46.66 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2021-09-30 |
Ngày Phát Hành | 2021-07-06 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Genius Lynx |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://geniuslynx.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |