Full Page Screen Capture & Visual Feedback

Full Page Screen Capture & Visual Feedback

Take a screenshot of a full page of the browser screen and add new comments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Full Page Screen Capture & Visual Feedback",
  "description": "Take a screenshot of a full page of the browser screen and add new comments.",
  "version": "0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Plerdy - Full Page Screen Capture & Visual Feedback Tool",
    "default_icon": "favicon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  }
}