Safari Books Download
Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.
O que é Safari Books Download?
Safari Books Download é uma extensão do Chrome desenvolvida por chenditc, e sua principal característica é "Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Safari Books Download
Baixe arquivos de extensão Safari Books Download no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.*
Informações Básicas da Extensão
Nome | Safari Books Download |
ID | anlpljppoinmpaedoilhjibjehpjhcob |
URL Oficial | https://chromewebstore.google.com/detail/safari-books-download/anlpljppoinmpaedoilhjibjehpjhcob |
Descrição | Download the books into mhtml files. Safaribooks subscription Required. Works only on learning.oreilly.com domain. |
Tamanho do Arquivo | 193 KB |
Contagem de Instalações | 13,461 |
Versão Atual | 1.5.1 |
Última Atualização | 2018-12-28 |
Data de Publicação | 2018-12-27 |
Classificação | 3.45/5 Total de 120 Avaliações |
Desenvolvedor | chenditc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/chenditc/safari-download |
URL da Página de Ajuda | https://github.com/chenditc/safari-download |
Idiomas Suportados | 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\/*" ] } |