Quick Screenshot Saver Firefox

Examine source code of Quick Screenshot Saver

Inspect and view changes in Quick Screenshot Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Screenshot Saver",
  "version": "1.0",
  "description": "Take a quick screenshot of the current tab and download it instantly.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Take Screenshot"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-screenshot@hqaddon"
    }
  }
}

Best Quick Screenshot Saver Alternatives

Here are some Firefox add-ons that are similar to Quick Screenshot Saver: