EPUB Book Translator
Translation of EPUB book into another language.
Qu'est-ce que EPUB Book Translator ?
EPUB Book Translator est une extension Chrome développée par https://app-ebt.web.app, et sa fonction principale est "Translation of EPUB book into another language.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EPUB Book Translator
Téléchargez les fichiers d'extension EPUB Book Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
Informations de Base sur l'Extension
Nom | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
URL Officiel | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
Description | Translation of EPUB book into another language. |
Taille du Fichier | 14.02 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-11-09 |
Date de Publication | 2021-05-02 |
Évaluation | 2.71/5 Total 7 Évaluations |
Développeur | https://app-ebt.web.app |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |