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
官方網址 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
        }
    ]
}