Webpage Screenshot - Entire page screenshot!

Webpage Screenshot - Entire page screenshot!

Since 2015 The most popular tool for your day to day. Whole page screenshot, sharing and much more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "dist/background.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/browseraction.png",
    "default_popup": "dist/index.html",
    "default_title": "Webpage Screenshot"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://www.webpagescreenshot.info",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": true,
  "optional_permissions": [
    "desktopCapture"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "46.0.0"
}