iWeb2x - URL to PDF & Image

iWeb2x - URL to PDF & Image

Convert web page to printer friendly PDF, image snapshot, or high resolution wallpaper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iWeb2x - URL to PDF & Image",
  "version": "3.0",
  "manifest_version": 2,
  "description": "Convert web page to printer friendly PDF, image snapshot, or high resolution wallpaper",
  "permissions": [
    "tabs",
    "http://www.sciweavers.org/"
  ],
  "browser_action": {
    "default_icon": "sciweavers-19.png",
    "default_popup": "iWeb2x.html"
  },
  "icons": {
    "48": "sciweavers-48.png",
    "64": "sciweavers-64.png",
    "128": "sciweavers-128.png"
  }
}