Safari Books Download

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

Hvad er Safari Books Download?

Safari Books Download er en Chrome-udvidelse udviklet af chenditc, og dens hovedfunktion er "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Safari Books Download-udvidelses-CRX-fil

Download Safari Books Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Safari Books Download Safari Books Download
ID anlpljppoinmpaedoilhjibjehpjhcob
Officiel URL https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob
Beskrivelse Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Filstørrelse 193 KB
Antal Installationer 13,461
Nuværende Version 1.5.1
Senest Opdateret 2018-12-28
Udgivelsesdato 2018-12-27
Bedømmelse 3.45/5 Samlet 120 Bedømmelser
Udvikler chenditc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/chenditc/safari-download
Hjælpeside-URL https://github.com/chenditc/safari-download
Understøttede Sprog 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\/*"
    ]
}