EnConvert - Full Page Capture Firefox

Examine source code of EnConvert - Full Page Capture

By: Het
Inspect and view changes in EnConvert - Full Page Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EnConvert - Full Page Capture",
  "description": "Capture full-page scrollable screenshots and convert to PDF",
  "version": "0.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "downloads",
    "https://api.enconvert.com/*",
    "http://localhost:8010/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "enconvert-extension@enconvert.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity",
          "authenticationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "EnConvert Capture",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best EnConvert - Full Page Capture Alternatives

Here are some Firefox add-ons that are similar to EnConvert - Full Page Capture: