Comic Reader with Translator

Translate a comic into another language.

Comic Reader with Translator là gì?

Comic Reader with Translator là một tiện ích mở rộng Chrome được phát triển bởi livecode1986one, và tính năng chính của nó là "Translate a comic into another language.".

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

screenshot

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

Tải xuống các tệp mở rộng Comic Reader with 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

                        Comic Reader with Translator - allows you to translate a selected area from a comic into another language.

Also allows you to take a screenshot of a selected area or a full page image.

Supported formats: cbr, cbz, cbt.                    

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

Tên Comic Reader with Translator Comic Reader with Translator
ID anbojhjalcfdeolaelldamlhffjhdbjb
URL Chính Thức https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb
Mô tả Translate a comic into another language.
Kích Thước Tệp 33.22 KB
Số Lần Cài Đặt 688
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2021-05-19
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển livecode1986one
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": "Comic Reader with Translator",
    "description": "Translate a comic into another language.",
    "version": "1.0",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/app-comic-reader.web.app\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Comic Reader with Translator"
    },
    "manifest_version": 2
}