HTML to EPUB Converter
Convert HTML files to EPUB
O que é HTML to EPUB Converter?
HTML to EPUB Converter é uma extensão do Chrome desenvolvida por https://online-converter.freepdfsolutions.com, e sua principal característica é "Convert HTML files to EPUB".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HTML to EPUB Converter
Baixe arquivos de extensão HTML to EPUB Converter 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
How to convert HTML to EPUB? 1-Click extension icon - this will open HTML to EPUB online conversion website. 2-Select HTML file and click convert button. 3-You will get your EPUB file download link in your email address.
Informações Básicas da Extensão
Nome | |
ID | pgbpbkljgecfiddnlccljhffoebngbpn |
URL Oficial | https://chrome.google.com/webstore/detail/html-to-epub-converter/pgbpbkljgecfiddnlccljhffoebngbpn |
Descrição | Convert HTML files to EPUB |
Tamanho do Arquivo | 48.16 KB |
Contagem de Instalações | 567 |
Versão Atual | 2.0 |
Última Atualização | 2020-05-30 |
Data de Publicação | 2020-05-30 |
Desenvolvedor | https://online-converter.freepdfsolutions.com |
Tipo de Pagamento | free |
Site da Extensão | http://online-converter.freepdfsolutions.com/ebooks.php#html-to-epub-converter |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML to EPUB Converter", "default_locale": "en", "description": "Convert HTML files to EPUB", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |