Safari Books Download
Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Qu'est-ce que Safari Books Download ?
Safari Books Download est une extension Chrome développée par chenditc, et sa fonction principale est "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Safari Books Download
Téléchargez les fichiers d'extension Safari Books Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.*
Informations de Base sur l'Extension
Nom | Safari Books Download |
ID | anlpljppoinmpaedoilhjibjehpjhcob |
URL Officiel | https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob |
Description | Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain. |
Taille du Fichier | 193 KB |
Nombre d'Installations | 13,461 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2018-12-28 |
Date de Publication | 2018-12-27 |
Évaluation | 3.45/5 Total 120 Évaluations |
Développeur | chenditc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/chenditc/safari-download |
URL de la Page d'Aide | https://github.com/chenditc/safari-download |
Langues Prises en Charge | 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\/*" ] } |