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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Honyaku-chan image translation
قم بتنزيل ملفات الامتداد Honyaku-chan image translation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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 } ] } |