Comic Reader with Translator
Translate a comic into another language.
ما هو Comic Reader with Translator؟
Comic Reader with Translator هو إضافة Chrome تم تطويرها بواسطة livecode1986one، والميزة الرئيسية لها هي "Translate a comic into another language.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Comic Reader with Translator
قم بتنزيل ملفات الامتداد Comic Reader with Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Comic Reader with Translator - allows you to translate a selected area from a comic into another language. Also allows you to take a screenshot of a selected area or a full page image. Supported formats: cbr, cbz, cbt.
معلومات أساسية عن التمديد
الاسم | |
ID | anbojhjalcfdeolaelldamlhffjhdbjb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb |
الوصف | Translate a comic into another language. |
حجم الملف | 33.22 KB |
عدد التثبيتات | 688 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-05-19 |
تاريخ النشر | 2021-05-19 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | livecode1986one |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Reader with Translator", "description": "Translate a comic into another language.", "version": "1.0", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/app-comic-reader.web.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Comic Reader with Translator" }, "manifest_version": 2 } |