EPUB Book Translator
Translation of EPUB book into another language.
Was ist EPUB Book Translator?
EPUB Book Translator ist eine Chrome-Erweiterung, die von https://app-ebt.web.app entwickelt wurde, und ihr Hauptmerkmal ist "Translation of EPUB book into another language.".
Erweiterungsscreenshots
EPUB Book Translator-Erweiterungs-CRX-Datei herunterladen
Laden Sie EPUB Book Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
Offizielle URL | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
Beschreibung | Translation of EPUB book into another language. |
Dateigröße | 14.02 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 2.0 |
Letztes Update | 2021-11-09 |
Veröffentlichungsdatum | 2021-05-02 |
Bewertung | 2.71/5 Insgesamt 7 Bewertungen |
Entwickler | https://app-ebt.web.app |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |