Cut the Screen

Cut the Screen

The best tool to cut and save screenshots of web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.4.3",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "38": "images/icon38.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "24": "images/icon24.png",
      "38": "images/icon38.png"
    },
    "default_title": "__MSG_extDefaultTitle__"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/logoimg.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "downloads",
    "storage"
  ]
}