Green Print: Better Previews Before You Print

Green Print: Better Previews Before You Print

Paper is precious. So why waste it? Green Print is designed to provide a more efficient print preview alternative. Preview and print directly from the address bar or use alt+P.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Allows access to the print preview dialogue through the address bar and with alt+P. Icon made by SimpleIcon from www.flaticon.com.",
  "manifest_version": 2,
  "name": "Green Print: Better Previews Before You Print",
  "version": "1.2resigned1",
  "homepage_url": "http://www.joshmj.co.uk/",
  "icons": {
    "48": "icons/printer-green-48.png"
  },
  "author": "Josh Moorcroft-Jones",
  "background": {
    "scripts": [
      "print.js"
    ]
  },
  "page_action": {
    "show_matches": [
      "<all_urls>"
    ],
    "browser_style": true,
    "default_icon": {
      "16": "icons/printer-grey-16.png",
      "24": "icons/printer-grey-24.png",
      "32": "icons/printer-grey-32.png",
      "48": "icons/printer-grey-48.png"
    },
    "default_title": "Preview and Print"
  },
  "commands": {
    "print-preview": {
      "suggested_key": {
        "default": "Alt+P"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1e004bdf-f7fb-4caf-a3f2-d735245ddb2f}"
    }
  }
}