By: Hi Anha
Inspect and view changes in Image Size Comparator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Image Size Comparator",
"version": "1.0",
"description": "Compare displayed and actual image sizes. Warns if aspect ratio is distorted.",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Image Size Comparator"
},
"browser_specific_settings": {
"gecko": {
"id": "{d6362148-0b2e-4c93-8951-a05668425314}"
}
}
} Best Image Size Comparator Alternatives
Here are some Firefox add-ons that are similar to Image Size Comparator: