Meet Screenshot

Meet Screenshot

Take screenshot of the entire web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Meet Screenshot",
  "version": "1.0",
  "description": "Take screenshot of the entire web page",
  "background": {
    "scripts": [
      "javascripts/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://*.lge.com/*"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {}
}