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
官方網址 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\/*"
    ]
}