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
Eメール [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\/*"
    ]
}