HTML to EPUB Converter

Convert HTML files to EPUB

Cos'è HTML to EPUB Converter?

HTML to EPUB Converter è un'estensione di Chrome sviluppata da https://online-converter.freepdfsolutions.com, e la sua funzione principale è "Convert HTML files to EPUB".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML to EPUB Converter

Scarica i file di estensione HTML to EPUB Converter 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

                        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.                    

Informazioni di Base sull'Estensione

Nome HTML to EPUB Converter HTML to EPUB Converter
ID pgbpbkljgecfiddnlccljhffoebngbpn
URL Ufficiale https://chrome.google.com/webstore/detail/html-to-epub-converter/pgbpbkljgecfiddnlccljhffoebngbpn
Descrizione Convert HTML files to EPUB
Dimensione del File 48.16 KB
Conteggio Installazioni 567
Versione Corrente 2.0
Ultimo Aggiornamento 2020-05-30
Data di Pubblicazione 2020-05-30
Sviluppatore https://online-converter.freepdfsolutions.com
Tipo di Pagamento free
Sito Web dell'Estensione http://online-converter.freepdfsolutions.com/ebooks.php#html-to-epub-converter
Lingue Supportate 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"
    }
}