EPUB Book Translator

Translation of EPUB book into another language.

什么是EPUB Book Translator?

EPUB Book Translator是由https://app-ebt.web.app开发的Chrome扩展程序,该扩展的主要功能是“Translation of EPUB book into another language.”。

扩展截图

screenshot
screenshot
screenshot

下载EPUB Book Translator扩展crx文件

下载EPUB Book Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 EPUB Book Translator EPUB Book Translator
ID dglclmeciefbeeidnmalmfaknfnkpcma
官方URL https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma
简介 Translation of EPUB book into another language.
文件大小 14.02 KB
安装次数 2,000
当前版本 2.0
更新时间 2021-11-09
上架时间 2021-05-02
评分 2.71/5 共7次评分
开发者 https://app-ebt.web.app
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}