Honyaku-chan image translation
Translate and overlay any public image! Powered by GoogleOCR and Deepl
¿Qué es Honyaku-chan image translation?
Honyaku-chan image translation es una extensión de Chrome desarrollada por amiron49, y su función principal es "Translate and overlay any public image! Powered by GoogleOCR and Deepl".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Honyaku-chan image translation
Descarga archivos de extensión Honyaku-chan image translation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | pkaedgkafbbpafajggmngigalibhaoad |
URL Oficial | https://chrome.google.com/webstore/detail/honyaku-chan-image-transl/pkaedgkafbbpafajggmngigalibhaoad |
Descripción | Translate and overlay any public image! Powered by GoogleOCR and Deepl |
Tamaño del Archivo | 2.02 MB |
Cantidad de Instalaciones | 887 |
Versión Actual | 1.0.2 |
Última Actualización | 2021-12-15 |
Fecha de Publicación | 2021-05-23 |
Calificación | 2.80/5 Total de 10 Calificaciones |
Desarrollador | amiron49 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay |
URL de la Página de Ayuda | https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay/issues |
Idiomas Soportados | 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 } ] } |