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
官方網址 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
}