Safari Books Download
Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Was ist Safari Books Download?
Safari Books Download ist eine Chrome-Erweiterung, die von chenditc entwickelt wurde, und ihr Hauptmerkmal ist "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".
Erweiterungsscreenshots
Safari Books Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Safari Books Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.*
Grundlegende Informationen zur Erweiterung
Name | Safari Books Download |
ID | anlpljppoinmpaedoilhjibjehpjhcob |
Offizielle URL | https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob |
Beschreibung | Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain. |
Dateigröße | 193 KB |
Installationsanzahl | 13,461 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2018-12-28 |
Veröffentlichungsdatum | 2018-12-27 |
Bewertung | 3.45/5 Insgesamt 120 Bewertungen |
Entwickler | chenditc |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/chenditc/safari-download |
Hilfeseite URL | https://github.com/chenditc/safari-download |
Unterstützte Sprachen | 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\/*" ] } |