Easy Screenshot - a Web Clipper

Easy Screenshot - a Web Clipper

Easy Screenshot is an easy-to-use visual part, the entire page, or a selective screen capturing tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Easy Screenshot - a Web Clipper",
  "description": "an easy-to-use screen capturing tool for the visual part, the entire page, or a selective area with auto-scroll support",
  "version": "0.3.7",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>",
    "downloads",
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "clipboardWrite"
  ],
  "offline_enabled": true,
  "background": {
    "persistent": false,
    "scripts": [
      "common.js"
    ]
  },
  "homepage_url": "https://add0n.com/screenshot.html",
  "icons": {
    "16": "data/icons/16.png",
    "20": "data/icons/20.png",
    "24": "data/icons/24.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_popup": "data/popup/index.html"
  }
}