Safari Books Download

Safari Books Download

Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Safari Books Download",
  "description": "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.",
  "version": "1.5.1",
  "background": {
    "scripts": [
      "bluebird.js",
      "jszip.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Save current book!"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "pageCapture",
    "downloads",
    "*://*.oreilly.com/*"
  ]
}