Capture Website as Image Firefox

Examine source code of Capture Website as Image

Inspect and view changes in Capture Website as Image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/save-website-as-image",
  "background": {
    "scripts": [
      "jszip.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar",
    "theme_icons": [
      {
        "light": "dark.png",
        "dark": "icon.png",
        "size": 128
      }
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+S"
      }
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Capture Website as Image",
  "description": "Simple addon, to save a snapshot of a website via a click on the toolbar icon or a custom shortcut",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "version": "1.4.25",
  "browser_specific_settings": {
    "gecko": {
      "id": "{81d837a1-452d-4e90-a6f5-63d6f1b994cf}"
    }
  }
}

Best Capture Website as Image Alternatives

Here are some Firefox add-ons that are similar to Capture Website as Image: