EPUB Book Translator
Translation of EPUB book into another language.
What is EPUB Book Translator?
EPUB Book Translator is a Chrome extension developed by https://app-ebt.web.app, and its main feature is "Translation of EPUB book into another language.".
Extension Screenshots
Download EPUB Book Translator Extension CRX File
Download EPUB Book Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
Extension Basic Information
Name | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
Official URL | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
Description | Translation of EPUB book into another language. |
File Size | 14.02 KB |
Installation Count | 2,000 |
Current Version | 2.0 |
Last Updated | 2021-11-09 |
Publish Date | 2021-05-02 |
Rating | 2.71/5 Total 7 Ratings |
Developer | https://app-ebt.web.app |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |