Honyaku-chan image translation

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

Honyaku-chan image translationคืออะไร?

Honyaku-chan image translation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amiron49 และคุณลักษณะหลักของมันคือ "Translate and overlay any public image! Powered by GoogleOCR and Deepl"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Honyaku-chan image translation

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}