Screenshot with URL+View source Firefox

Examine source code of Screenshot with URL+View source

By: Moshik
Inspect and view changes in Screenshot with URL+View source source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Screenshot with URL",
  "version": "1.9",
  "description": "Takes a screenshot of the current tab and saves it to Downloads, Created By Moshik Ziyoni",
  "permissions": [
    "tabs",
    "activeTab",
    "downloads",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png"
  },
  "commands": {
    "take-screenshot": {
      "suggested_key": {
        "default": "Ctrl+Alt+Z"
      },
      "description": "Take a screenshot"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{daaa4154-a983-40eb-a899-b56901ce9851}"
    }
  }
}

Best Screenshot with URL+View source Alternatives

Here are some Firefox add-ons that are similar to Screenshot with URL+View source: