PDF Book Translator
Translation of PDF book into another language.
PDF Book Translatorคืออะไร?
PDF Book Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app-pbt-674bd.web.app และคุณลักษณะหลักของมันคือ "Translation of PDF book into another language."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Book Translator
ดาวน์โหลดไฟล์ส่วนขยาย PDF Book Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy way to translation of your book in PDF format into another language.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PDF Book Translator |
ID | chnmnpjdfgbmmhcfckgccdloplddclkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdf-book-translator/chnmnpjdfgbmmhcfckgccdloplddclkk |
คำอธิบาย | Translation of PDF book into another language. |
ขนาดไฟล์ | 14.91 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2021-11-10 |
วันที่เผยแพร่ | 2021-03-19 |
คะแนน | 3.67/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://app-pbt-674bd.web.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Book Translator", "description": "Translation of PDF book into another language.", "version": "2.1", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "homepage_url": "https:\/\/pdf-translator.netlify.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "PDF Book Translator" }, "manifest_version": 2 } |