PageDash Web Clipper Firefox

Examine source code of PageDash Web Clipper

By: Fedy
Inspect and view changes in PageDash 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": "{8da9d52e-ffb6-4c46-9c8f-044deb270744}"
    }
  }
}

Best PageDash Web Clipper Alternatives

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