Safari Books Download

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

什么是Safari Books Download?

Safari Books Download是由chenditc开发的Chrome扩展程序,该扩展的主要功能是“Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.”。

扩展截图

screenshot
screenshot
screenshot

下载Safari Books Download扩展crx文件

下载Safari Books Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.*                    

扩展基本信息

名称 Safari Books Download Safari Books Download
ID anlpljppoinmpaedoilhjibjehpjhcob
官方URL https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob
简介 Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
文件大小 193 KB
安装次数 13,461
当前版本 1.5.1
更新时间 2018-12-28
上架时间 2018-12-27
评分 3.45/5 共120次评分
开发者 chenditc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/chenditc/safari-download
帮助页面URL https://github.com/chenditc/safari-download
支持的语言 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\/*"
    ]
}