Inspect and view changes in Safari Books Download source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/*"
]
}