Fullscreenrrr - full webpage screenshot

Fullscreenrrr - full webpage screenshot

Capture entire page from top to the bottom entirely.. at once

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fullscreenrrr - full webpage screenshot",
  "version": "1.0.5",
  "manifest_version": 2,
  "description": "Capture entire page from top to the bottom entirely.. at once",
  "icons": {
    "48": "icons/icon96.png",
    "128": "icons/icon256.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/underscore.js",
      "src/bg/bgCommunicator.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_popup": "src/content/popup.html"
  },
  "options_page": "src/content/options.html",
  "web_accessible_resources": [
    "icons/bggrad.jpg",
    "js/underscore.js",
    "src/content/fontello.css",
    "src/font/fontello.svg",
    "src/font/fontello.eot",
    "src/font/fontello.ttf",
    "src/font/fontello.woff",
    "audio/click.mp3"
  ]
}