PrintAny

PrintAny

One click print current TAB, selected content on a website and also Google emails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PrintAny",
  "version": "1.0",
  "manifest_version": 2,
  "description": "One click print current TAB, selected content on a website and also Google emails.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "printer.png"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "printer.png",
    "32": "printer.png",
    "48": "printer.png",
    "128": "printer.png"
  },
  "offline_enabled": true
}