Safari Books Download

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

What is Safari Books Download?

Safari Books Download is a Chrome extension developed by chenditc, and its main feature is "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Safari Books Download Extension CRX File

Download Safari Books Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Download the books into mhtml files, you can open the mhtml file using chrome browser. 
You need to login to your safaribooksonline account before using this extension.
*Works only on https://learning.oreilly.com domain.*                    

Extension Basic Information

Name Safari Books Download Safari Books Download
ID anlpljppoinmpaedoilhjibjehpjhcob
Official URL https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob
Description Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
File Size 193 KB
Installation Count 13,461
Current Version 1.5.1
Last Updated 2018-12-28
Publish Date 2018-12-27
Rating 3.45/5 Total 120 Ratings
Developer chenditc
Email [email protected]
Payment Type free
Extension Website https://github.com/chenditc/safari-download
Help Page URL https://github.com/chenditc/safari-download
Supported Languages en
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\/*"
    ]
}