EPUB Book Translator
Translation of EPUB book into another language.
EPUB Book Translatorคืออะไร?
EPUB Book Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app-ebt.web.app และคุณลักษณะหลักของมันคือ "Translation of EPUB book into another language."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EPUB Book Translator
ดาวน์โหลดไฟล์ส่วนขยาย EPUB Book Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
คำอธิบาย | Translation of EPUB book into another language. |
ขนาดไฟล์ | 14.02 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2021-11-09 |
วันที่เผยแพร่ | 2021-05-02 |
คะแนน | 2.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://app-ebt.web.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EPUB Book Translator", "description": "Translation of EPUB book into another language.", "version": "2.0", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "homepage_url": "https:\/\/app-ebt.web.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "EPUB Book Translator" }, "manifest_version": 2 } |