Honyaku-chan image translation
Translate and overlay any public image! Powered by GoogleOCR and Deepl
Honyaku-chan image translation क्या है?
Honyaku-chan image translation amiron49 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate and overlay any public image! Powered by GoogleOCR and Deepl"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Honyaku-chan image translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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 } ] } |