Page Screenshot Manager Firefox

Examine source code of Page Screenshot Manager

Inspect and view changes in Page Screenshot Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Screenshot Manager",
  "version": "1.0",
  "description": "Capture, annotate, and organize webpage screenshots with multiple modes. Perfect for documentation and research.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Page Screenshot Manager",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4b46b6f9-9c76-4b50-bd9d-8a3c9155ef06}"
    }
  }
}

Best Page Screenshot Manager Alternatives

Here are some Firefox add-ons that are similar to Page Screenshot Manager: