Safari Books Download
Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
Cos'è Safari Books Download?
Safari Books Download è un'estensione di Chrome sviluppata da chenditc, e la sua funzione principale è "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Safari Books Download
Scarica i file di estensione Safari Books Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.*
Informazioni di Base sull'Estensione
Nome | Safari Books Download |
ID | anlpljppoinmpaedoilhjibjehpjhcob |
URL Ufficiale | https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob |
Descrizione | Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain. |
Dimensione del File | 193 KB |
Conteggio Installazioni | 13,461 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2018-12-28 |
Data di Pubblicazione | 2018-12-27 |
Valutazione | 3.45/5 Totale 120 Valutazioni |
Sviluppatore | chenditc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chenditc/safari-download |
URL della Pagina di Aiuto | https://github.com/chenditc/safari-download |
Lingue Supportate | 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\/*" ] } |