EPUB Book Translator

Translation of EPUB book into another language.

Wat is EPUB Book Translator?

EPUB Book Translator is een Chrome-extensie ontwikkeld door https://app-ebt.web.app, en de belangrijkste functie is "Translation of EPUB book into another language.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EPUB Book Translator

Download EPUB Book Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam EPUB Book Translator EPUB Book Translator
ID dglclmeciefbeeidnmalmfaknfnkpcma
Officiële URL https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma
Beschrijving Translation of EPUB book into another language.
Bestandsgrootte 14.02 KB
Aantal Installaties 2,000
Huidige Versie 2.0
Laatst Bijgewerkt 2021-11-09
Publicatiedatum 2021-05-02
Beoordeling 2.71/5 Totaal 7 Beoordelingen
Ontwikkelaar https://app-ebt.web.app
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}