Largest image (with MacOS support) Firefox

Examine source code of Largest image (with MacOS support)

Inspect and view changes in Largest image (with MacOS support) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "author": "lethe",
  "version": "1.0.2resigned1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "48": "icon_48.png"
  },
  "permissions": [
    "tabs",
    "menus"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon_48.png"
    },
    "default_title": "__MSG_browserActionDefaultTitle__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "current-tab": {
      "suggested_key": {
        "default": "Ctrl+Comma",
        "mac": "MacCtrl+Q"
      },
      "description": "Show image on the current tab."
    },
    "to-the-right": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "MacCtrl+Shift+Q"
      },
      "description": "Show image on the tabs to the right."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1645d8f8-dc20-448b-951f-df05c081b185}"
    }
  }
}

Best Largest image (with MacOS support) Alternatives

Here are some Firefox add-ons that are similar to Largest image (with MacOS support):