basketballscan Print page

basketballscan Print page

This extension will add print button to the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "basketballscan Print page",
  "description": "Adds a print button to the browser.",
  "version": "2.3.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Print this page",
    "default_icon": "print_16x16.png"
  },
  "manifest_version": 2
}