Xsnap (full page screenshot tool)

Xsnap (full page screenshot tool)

Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Xsnap"
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "default_locale": "en_US",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.1"
}