Screenshttr Firefox

Examine source code of Screenshttr

Inspect and view changes in Screenshttr source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Screenshttr",
  "author": "HamletDuFromage",
  "version": "0.0.1",
  "description": "Simple FOSS extension to screenshot all active tabs",
  "homepage_url": "https://github.com/HamletDuFromage/screenshttr",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "192": "icons/icon.svg"
  },
  "permissions": [
    "tabs",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/browser-polyfill.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/browser-polyfill.min.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_popup": "html/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "screenshttr@hamletdufromage"
    }
  }
}

Best Screenshttr Alternatives

Here are some Firefox add-ons that are similar to Screenshttr: