Honyaku-chan image translation

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

Co je Honyaku-chan image translation?

Honyaku-chan image translation je rozšíření Chrome vyvinuté amiron49, a jeho hlavní funkcí je „Translate and overlay any public image! Powered by GoogleOCR and Deepl“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Honyaku-chan image translation

Stáhněte si soubory rozšíření Honyaku-chan image translation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Honyaku-chan image translation Honyaku-chan image translation
ID pkaedgkafbbpafajggmngigalibhaoad
Oficiální URL https://chrome.google.com/webstore/detail/honyaku-chan-image-transl/pkaedgkafbbpafajggmngigalibhaoad
Popis Translate and overlay any public image! Powered by GoogleOCR and Deepl
Velikost souboru 2.02 MB
Počet instalací 887
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-12-15
Datum Vydání 2021-05-23
Hodnocení 2.80/5 Celkem 10 Hodnocení
Vývojář amiron49
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay
URL Stránky Nápovědy https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay/issues
Podporované Jazyky 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
        }
    ]
}