Movavi ScreenShot Chrome Extension

Movavi ScreenShot Chrome Extension

Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "scripts/Utils.js",
      "scripts/Commands.js",
      "scripts/Background.js",
      "scripts/Plugin.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_popup": "Popup.html",
    "default_title": "Screen Recorder"
  },
  "commands": {
    "last-used-action": {
      "description": "__MSG_options_label_last_action_hotkey__",
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "offline_enabled": true,
  "optional_permissions": [
    "tabs",
    "<all_urls>",
    "downloads"
  ],
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "short_name": "Screen Recorder",
  "version": "1.3.15",
  "web_accessible_resources": [
    "images/*.gif"
  ]
}