Page Web Clipper Firefox

Examine source code of Page Web Clipper

Inspect and view changes in Page Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PageDash Web Clipper",
  "short_name": "PageDash",
  "description": "PageDash is your digital web scrapbook. Save web pages with just one click!",
  "version": "1.5.14.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Archive this page to PageDash"
  },
  "content_scripts": [
    {
      "js": [
        "intermediary.js"
      ],
      "exclude_matches": [
        "*://www.pagedash.com/*"
      ],
      "matches": [
        "*://*.pagedash.com/*",
        "*://app.pagedash.local/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "context.css",
    "popup.html"
  ],
  "__meta": {
    "permissions.all_urls": "<all_urls> is required for screen capture in Firefox, not Chrome."
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd8c9ebe-ef31-4e8f-b4ff-117856bb2076}"
    }
  }
}

Best Page Web Clipper Alternatives

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