Web Page Photo

Web Page Photo

Make a photo of full current web page screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_short_name__",
  "description": "__MSG_extension_description__",
  "version": "5.1.11",
  "default_locale": "en",
  "icons": {
    "16": "images/icon-x16.png",
    "48": "images/icon-x48.png",
    "128": "images/icon-x128.png"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon-x19.png",
    "default_title": "__MSG_extension_default_title__",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/logoimg.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "downloads",
    "storage",
    "unlimitedStorage"
  ]
}