Simple Screenshot with URL Firefox

Examine source code of Simple Screenshot with URL

By: Moshik
Inspect and view changes in Simple Screenshot with URL 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.0",
  "description": "Takes a screenshot of the current tab and saves it to Downloads, Created By Moshik Ziyoni",
  "permissions": [
    "tabs",
    "activeTab",
    "downloads"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png"
  },
  "commands": {
    "take-screenshot": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q"
      },
      "description": "Take a screenshot of the current tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e473ff3a-3433-4e10-a2ff-7700c2443f1f}"
    }
  }
}

Best Simple Screenshot with URL Alternatives

Here are some Firefox add-ons that are similar to Simple Screenshot with URL: