Screenshot Capture

Screenshot Capture

Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Screenshot Capture",
  "description": "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.",
  "version": "3.7",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ]
}