Honyaku-chan image translation

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

Was ist Honyaku-chan image translation?

Honyaku-chan image translation ist eine Chrome-Erweiterung, die von amiron49 entwickelt wurde, und ihr Hauptmerkmal ist "Translate and overlay any public image! Powered by GoogleOCR and Deepl".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Honyaku-chan image translation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Honyaku-chan image translation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Honyaku-chan image translation Honyaku-chan image translation
ID pkaedgkafbbpafajggmngigalibhaoad
Offizielle URL https://chrome.google.com/webstore/detail/honyaku-chan-image-transl/pkaedgkafbbpafajggmngigalibhaoad
Beschreibung Translate and overlay any public image! Powered by GoogleOCR and Deepl
Dateigröße 2.02 MB
Installationsanzahl 887
Aktuelle Version 1.0.2
Letztes Update 2021-12-15
Veröffentlichungsdatum 2021-05-23
Bewertung 2.80/5 Insgesamt 10 Bewertungen
Entwickler amiron49
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay
Hilfeseite URL https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay/issues
Unterstützte Sprachen 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
        }
    ]
}