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]”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | dpaeghmnckceanlgappbolbofibkkdef |
| 官方網址 | 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
} | |