Safari Books Download

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

Safari Books Download là gì?

Safari Books Download là một tiện ích mở rộng Chrome được phát triển bởi chenditc, và tính năng chính của nó là "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Safari Books Download

Tải xuống các tệp mở rộng Safari Books Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Safari Books Download Safari Books Download
ID anlpljppoinmpaedoilhjibjehpjhcob
URL Chính Thức https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob
Mô tả Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 13,461
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2018-12-28
Ngày Phát Hành 2018-12-27
Đánh Giá 3.45/5 Tổng số 120 Đánh Giá
Nhà Phát Triển chenditc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chenditc/safari-download
URL Trang Trợ Giúp https://github.com/chenditc/safari-download
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}