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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } ] } |