Manga Translator - Translate manga using AI

Translate raw manga and scans using AI

Τι είναι το Manga Translator - Translate manga using AI;

Το Manga Translator - Translate manga using AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mangatranslator.cc, και η κύρια λειτουργία του είναι "Translate raw manga and scans using AI".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Manga Translator - Translate manga using AI

Λήψη αρχείων επέκτασης Manga Translator - Translate manga using AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Manga Translator  - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI

Our manga translator allows you to easily and quickly translate raw manga, manwha, scan or image into more than 50 languages. With our service, the text in your images is automatically detected and the best translation is provided efficiently. With our free version, you can make up to 30 requests per week

- Covers more than 50 languages!
- User Friendly
- Best quality translation
- Support horizontal and vertical reading
- 30 requests per week on the free version

➤ 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Manga Translator - Translate manga using AI Manga Translator - Translate manga using AI
ID pgbckkmfgjdnhebfdnphiiahlhbimplh
Επίσημο URL https://chromewebstore.google.com/detail/manga-translator-translat/pgbckkmfgjdnhebfdnphiiahlhbimplh
Περιγραφή Translate raw manga and scans using AI
Μέγεθος Αρχείου 449 KB
Αριθμός Εγκαταστάσεων 279
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2024-01-27
Αξιολόγηση 2.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://mangatranslator.cc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mangatranslator.cc
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/5af5d096-0c0a-473d-b9a8-859e9e300664
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "version": "1.0.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "cookies",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/popup.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "img\/website\/*",
                "js\/injectedXhr.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}