Print Button Firefox

Examine source code of Print Button

By: Allen
Inspect and view changes in Print Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.4",
  "manifest_version": 2,
  "name": "Print Button",
  "short_name": "print-button",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "homepage_url": "http://mybrowseraddon.com/print.html",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "description": "Easily print any page with just one click!",
  "browser_action": {
    "default_title": "Print Button",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Print Button Alternatives

Here are some Firefox add-ons that are similar to Print Button: