Honyaku-chan image translation

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

Hvad er Honyaku-chan image translation?

Honyaku-chan image translation er en Chrome-udvidelse udviklet af amiron49, og dens hovedfunktion er "Translate and overlay any public image! Powered by GoogleOCR and Deepl".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Honyaku-chan image translation-udvidelses-CRX-fil

Download Honyaku-chan image translation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Honyaku-chan image translation Honyaku-chan image translation
ID pkaedgkafbbpafajggmngigalibhaoad
Officiel URL https://chrome.google.com/webstore/detail/honyaku-chan-image-transl/pkaedgkafbbpafajggmngigalibhaoad
Beskrivelse Translate and overlay any public image! Powered by GoogleOCR and Deepl
Filstørrelse 2.02 MB
Antal Installationer 887
Nuværende Version 1.0.2
Senest Opdateret 2021-12-15
Udgivelsesdato 2021-05-23
Bedømmelse 2.80/5 Samlet 10 Bedømmelser
Udvikler amiron49
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay
Hjælpeside-URL https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay/issues
Understøttede Sprog 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
        }
    ]
}