Image Dimensions

Image Dimensions

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

Merlin
Additional files are visible only to premium users

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
}