Slader Binder - Slader CheatSheet PDF Creator

Slader Binder - Slader CheatSheet PDF Creator

Slader Cheat Sheets are quite handy; however, it's hard to print them and access them offline. PDF Documents might be more useful…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Slader Binder - Slader CheatSheet PDF Creator",
  "short_name": "Slader Binder",
  "version": "1.3",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "Click to Create PDF"
  },
  "web_accessible_resources": [
    "main.css"
  ],
  "permissions": [
    "tabs",
    "activeTab"
  ]
}