Honyaku-chan image translation
Translate and overlay any public image! Powered by GoogleOCR and Deepl
Honyaku-chan image translation là gì?
Honyaku-chan image translation là một tiện ích mở rộng Chrome được phát triển bởi amiron49, và tính năng chính của nó là "Translate and overlay any public image! Powered by GoogleOCR and Deepl".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Honyaku-chan image translation
Tải xuống các tệp mở rộng Honyaku-chan image translation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pkaedgkafbbpafajggmngigalibhaoad |
URL Chính Thức | https://chrome.google.com/webstore/detail/honyaku-chan-image-transl/pkaedgkafbbpafajggmngigalibhaoad |
Mô tả | Translate and overlay any public image! Powered by GoogleOCR and Deepl |
Kích Thước Tệp | 2.02 MB |
Số Lần Cài Đặt | 887 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-12-15 |
Ngày Phát Hành | 2021-05-23 |
Đánh Giá | 2.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | amiron49 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay |
URL Trang Trợ Giúp | https://github.com/Amiron49/Aris.Moe.Ocr.Translation.Overlay/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |