Web Clipper V2 Firefox

Examine source code of Web Clipper V2

Inspect and view changes in Web Clipper V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Clipper V2",
  "version": "1.3",
  "description": "Clip and save web content easily with extended features.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7bf0df09-dbfa-47c3-89c7-5adb0daae9af}"
    }
  }
}

Best Web Clipper V2 Alternatives

Here are some Firefox add-ons that are similar to Web Clipper V2: