EPUB Book Translator

Translation of EPUB book into another language.

Cos'è EPUB Book Translator?

EPUB Book Translator è un'estensione di Chrome sviluppata da https://app-ebt.web.app, e la sua funzione principale è "Translation of EPUB book into another language.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EPUB Book Translator

Scarica i file di estensione EPUB Book Translator 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

                        Translation of EPUB book into another language.
Click on any paragraph and the translation into the selected language will be carried out.                    

Informazioni di Base sull'Estensione

Nome EPUB Book Translator EPUB Book Translator
ID dglclmeciefbeeidnmalmfaknfnkpcma
URL Ufficiale https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma
Descrizione Translation of EPUB book into another language.
Dimensione del File 14.02 KB
Conteggio Installazioni 2,000
Versione Corrente 2.0
Ultimo Aggiornamento 2021-11-09
Data di Pubblicazione 2021-05-02
Valutazione 2.71/5 Totale 7 Valutazioni
Sviluppatore https://app-ebt.web.app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EPUB Book Translator",
    "description": "Translation of EPUB book into another language.",
    "version": "2.0",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "homepage_url": "https:\/\/app-ebt.web.app\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "EPUB Book Translator"
    },
    "manifest_version": 2
}