EPUB Book Translator

Translation of EPUB book into another language.

EPUB Book Translator là gì?

EPUB Book Translator là một tiện ích mở rộng Chrome được phát triển bởi https://app-ebt.web.app, và tính năng chính của nó là "Translation of EPUB book into another language.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EPUB Book Translator

Tải xuống các tệp mở rộng EPUB Book Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EPUB Book Translator EPUB Book Translator
ID dglclmeciefbeeidnmalmfaknfnkpcma
URL Chính Thức https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma
Mô tả Translation of EPUB book into another language.
Kích Thước Tệp 14.02 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-11-09
Ngày Phát Hành 2021-05-02
Đánh Giá 2.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://app-ebt.web.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}