Safari Books Download
Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Wat is Safari Books Download?
Safari Books Download is een Chrome-extensie ontwikkeld door chenditc, en de belangrijkste functie is "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".
Extensie Screenshots
Download het CRX-bestand van de extensie Safari Books Download
Download Safari Books Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.*
Basisinformatie over de Extensie
Naam | Safari Books Download |
ID | anlpljppoinmpaedoilhjibjehpjhcob |
Officiële URL | https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob |
Beschrijving | Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain. |
Bestandsgrootte | 193 KB |
Aantal Installaties | 13,461 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2018-12-28 |
Publicatiedatum | 2018-12-27 |
Beoordeling | 3.45/5 Totaal 120 Beoordelingen |
Ontwikkelaar | chenditc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chenditc/safari-download |
Help Pagina-URL | https://github.com/chenditc/safari-download |
Ondersteunde Talen | 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\/*" ] } |