Page Saver WE screenshot capture tool

Page Saver WE screenshot capture tool

Quickly and easily capture an image of a web page. Options allow you to control output format (PNG or JPEG), file name and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "82.0"
    }
  },
  "background": {
    "scripts": [
      "util.js",
      "3rdparty/full-page-screen-capture-chrome-extension/api.js",
      "bg/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "Page Saver WE",
    "browser_style": true,
    "default_popup": "popup/popup.html"
  },
  "description": "__MSG_extensionDesc__",
  "default_locale": "en",
  "icons": {
    "32": "icons/icon-32.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+I",
        "mac": "Ctrl+Shift+I"
      },
      "description": "__MSG_activateToolbarItem__"
    },
    "capture_visible": {
      "description": "__MSG_captureVisible__"
    },
    "capture_entire": {
      "description": "__MSG_captureEntire__"
    }
  },
  "developer": {
    "name": "Pearl Crescent, LLC",
    "url": "https://pearlcrescent.com/"
  },
  "manifest_version": 2,
  "name": "Page Saver WE",
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "downloads",
    "storage"
  ],
  "version": "0.8.2"
}