Honyaku-chan image translation

Translate and overlay any public image! Powered by GoogleOCR and Deepl

Τι είναι το Honyaku-chan image translation;

Το Honyaku-chan image translation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amiron49, και η κύρια λειτουργία του είναι "Translate and overlay any public image! Powered by GoogleOCR and Deepl".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Honyaku-chan image translation

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

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

                        Did you ever ask yourself, what would happen if we took the gibberish machine translations produced and threw them together with the unreliable nature of OCR? Then this is the browser extension for you! The aim of this extension is simple: Provide a hassle-free way of translating the content of images to English and displaying it as an overlay.

OCR is handled by google cloud vision and translation by Deepl.                    

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

Όνομα Honyaku-chan image translation Honyaku-chan image translation
ID pkaedgkafbbpafajggmngigalibhaoad
Επίσημο URL https://chrome.google.com/webstore/detail/honyaku-chan-image-transl/pkaedgkafbbpafajggmngigalibhaoad
Περιγραφή Translate and overlay any public image! Powered by GoogleOCR and Deepl
Μέγεθος Αρχείου 2.02 MB
Αριθμός Εγκαταστάσεων 887
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-12-15
Ημερομηνία Δημοσίευσης 2021-05-23
Αξιολόγηση 2.80/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής amiron49
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Honyaku-chan image translation",
    "description": "Translate and overlay any public image! Powered by GoogleOCR and Deepl",
    "manifest_version": 3,
    "version": "1.0.2",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "exclamation.png",
                "question.png",
                "questionquestion.png",
                "questionquestionquestion.png",
                "honyaku-chan-upper-body.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}