Honyaku-chan image translation

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

什么是Honyaku-chan image translation?

Honyaku-chan image translation是由amiron49开发的Chrome扩展程序,该扩展的主要功能是“Translate and overlay any public image! Powered by GoogleOCR and Deepl”。

扩展截图

screenshot
screenshot
screenshot

下载Honyaku-chan image translation扩展crx文件

下载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
        }
    ]
}