Image Aspect Ratio Resize Calculator

Image Aspect Ratio Resize Calculator

Find the proportional dimensions of your image when you enlarge or reduce its size.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Image Aspect Ratio Resize Calculator",
  "description": "Find the proportional dimensions of your image when you enlarge or reduce its size.",
  "version": "1.36.3",
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/icon-128.png"
  },
  "host_permissions": [
    "https://imageresizecalculator.info/"
  ]
}