Scan Translator

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

Τι είναι το Scan Translator;

Το Scan Translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scan-translator.com, και η κύρια λειτουργία του είναι "Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scan Translator

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

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

                        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                    

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

Όνομα Scan Translator Scan Translator
ID mnngaddpelmhcgkbeajnbjmkdmpkogbo
Επίσημο URL https://chromewebstore.google.com/detail/scan-translator/mnngaddpelmhcgkbeajnbjmkdmpkogbo
Περιγραφή Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI
Μέγεθος Αρχείου 232 KB
Αριθμός Εγκαταστάσεων 23,285
Τρέχουσα Έκδοση 2.0.13
Τελευταία Ενημέρωση 2024-01-06
Ημερομηνία Δημοσίευσης 2022-11-30
Αξιολόγηση 3.33/5 Συνολικά 61 Αξιολογήσεις
Προγραμματιστής https://scan-translator.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scan-translator.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://scan-translator.com/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://scan-translator.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scan Translator",
    "version": "2.0.13",
    "description": "Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/ccwildwords-regular.otf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}