Manga OT

Manga OT: 漫画翻译扩展

Manga OTคืออะไร?

Manga OT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mangaot.mistsink.com และคุณลักษณะหลักของมันคือ "Manga OT: 漫画翻译扩展"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manga OT

ดาวน์โหลดไฟล์ส่วนขยาย Manga OT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extremely easy to use!!!

Manga Translation Assistant: An AI-powered translation extension designed specifically for fans of original manga.

Our Manga Translation Assistant utilizes advanced AI technology for easy operation, free to use without any registration. This tool is engineered to enhance the manga reading experience, with proprietary AI technology that redraws dialogue bubbles for more natural filling, ensuring a more comfortable and smooth reading experience post-translation.

Currently supported language translations include:
- Source languages: The majority of languages
- Target languages: The majority of languages

➤ Product Features:

Seamlessly integrated into the browser, supports instant translation without the need for copy-pasting;
High translation speed, significantly improving reading efficiency;
Excellent embedded font backfilling effect, making the reading experience more comfortable and natural;
Supports a wide range of language pairs, catering to the needs of different users.

➤ Cross-platform use of the extension:

Whether reading manga in a browser or on a mobile phone, Manga Translation Assistant provides the same high-quality service. For now, it is available for download on mobile browsers such as Firefox, Kiwi, and Tampermonkey as a plugin, and we will be releasing a dedicated mobile App in the future.

Encountered a problem? For now, you can email me at - [email protected]. Early in software development, thank you for providing valuable feedback.

We are committed to providing manga readers with the best reading experience and look forward to your participation and support.

Disclaimer: This tool does not support any form of pirated content. Please use this translation tool legally and in compliance with regulations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Manga OT Manga OT
ID ppdofgbomnffhdmngcpibhmdkdmhpdan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manga-ot/ppdofgbomnffhdmngcpibhmdkdmhpdan
คำอธิบาย Manga OT: 漫画翻译扩展
ขนาดไฟล์ 355 KB
จำนวนการติดตั้ง 260
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2023-11-24
คะแนน 2.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://mangaot.mistsink.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mangaot.mistsink.com
URL หน้านโยบายความเป็นส่วนตัว https://mangaot.mistsink.com/en/privacy
ภาษาที่รองรับ en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manga OT",
    "description": "Manga OT: \u6f2b\u753b\u7ffb\u8bd1\u6269\u5c55",
    "version": "0.0.7",
    "icons": {
        "128": "public\/icons\/icon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content_scripts-loader-ff8d75d3.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-5ddd8ad9.css"
            ]
        }
    ],
    "permissions": [
        "background",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index-9c2e3934.js",
                "assets\/store-ac458c0b.js",
                "assets\/content_scripts-69e47553.js"
            ],
            "use_dynamic_url": true
        }
    ]
}