Scrnme: Screen Capture Screenshot Annotations

Scrnme: Screen Capture Screenshot Annotations

Get more out of your screen captures! Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation - Awesome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon_19_inactive.png",
    "default_popup": "popup.html",
    "default_title": "Capture current page using Scrn.me"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "icons/icon_16.png",
    "19": "icons/icon_19.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "http://*/*",
    "storage",
    "https://*/*",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.1.10",
  "web_accessible_resources": [
    "editor/editor.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}