Safari Books Download

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

Apa itu Safari Books Download?

Safari Books Download adalah ekstensi Chrome yang dikembangkan oleh chenditc, dan fitur utamanya adalah "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Safari Books Download

Unduh file ekstensi Safari Books Download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Safari Books Download Safari Books Download
ID anlpljppoinmpaedoilhjibjehpjhcob
URL Resmi https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob
Deskripsi Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Ukuran File 193 KB
Jumlah Instalasi 13,461
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2018-12-28
Tanggal Publikasi 2018-12-27
Penilaian 3.45/5 Total 120 Penilaian
Pengembang chenditc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/chenditc/safari-download
URL Halaman Bantuan https://github.com/chenditc/safari-download
Bahasa yang Didukung 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\/*"
    ]
}