Instant Multilingual PDF/HTML/TXT Translator
Translate text on PDF/HTML/TXT in two clicks, even for local docs. Now with ChatGPT support.
Instant Multilingual PDF/HTML/TXT Translatorคืออะไร?
Instant Multilingual PDF/HTML/TXT Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bohdan Stasiuk และคุณลักษณะหลักของมันคือ "Translate text on PDF/HTML/TXT in two clicks, even for local docs. Now with ChatGPT support."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Multilingual PDF/HTML/TXT Translator
ดาวน์โหลดไฟล์ส่วนขยาย Instant Multilingual PDF/HTML/TXT Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
📖 Usage: Simply select text within any document. Then, press Alt+Shift+A for an immediate translation (except for local PDF documents), or right-click on the text and choose 'Translate'. The translation will appear directly under your selection. Now, with the integration of ChatGPT and Microsoft Translator, the extension offers more accurate and context-aware translations, catering to a wider range of language preferences. 🔍 Interactive Features: Clicking the extension button opens a popup window, where you can edit your selection. Customize your experience by setting shortcuts, choosing languages (supported by both Microsoft Translator and ChatGPT), configuring the popup window, and adding a 'Search the web' link for detailed information. The dual translation providers ensure a robust and versatile translation experience. 🌐 Compatibility: This extension works seamlessly with native PDF formats but is not compatible with protected or scanned documents. To translate local documents (PDF, TXT, HTML, etc.), enable the "Allow access to file URLs" option on the chrome://extensions page. ⚙️ Recent Updates and Improvements: - v4.3.118: Addition of 'Remove Line Breaks' feature, which allows for the removal of line breaks in the text selected for translation. This enhancement is particularly useful for PDF files with columns or intricate layouts, improving the quality of translations. - v4.3.115: Integration of ChatGPT as a new, advanced translation provider 🧠. - v4.2.112: Addition of Spanish locale 🇪🇸. - v4.2.103: Chrome-extension scheme exclusion 🚫. - v4.2.102: Support for right-to-left language direction ➡️⬅️. - v4.2.101: 'Search the web' field added to Options 🔎. - Ongoing improvements in response time ⏱️, API support, and overall functionality 💡.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Instant Multilingual PDF/HTML/TXT Translator |
ID | fcbnhmalionocfajdkpnlhmekghnmbii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instant-multilingual-pdfh/fcbnhmalionocfajdkpnlhmekghnmbii |
คำอธิบาย | Translate text on PDF/HTML/TXT in two clicks, even for local docs. Now with ChatGPT support. |
ขนาดไฟล์ | 180 KB |
จำนวนการติดตั้ง | 44,746 |
เวอร์ชันปัจจุบัน | 4.3.121 |
อัปเดตครั้งล่าสุด | 2024-02-08 |
วันที่เผยแพร่ | 2020-03-29 |
คะแนน | 3.04/5 รวมทั้งหมด 181 คะแนน |
ผู้พัฒนา | Bohdan Stasiuk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.patreon.com/bstasiuk |
ภาษาที่รองรับ | en,es,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "PHT\/popup.html" }, "author": "__MSG_author__", "background": { "service_worker": "PHT\/background.js" }, "commands": { "translate_selection": { "description": "__MSG_cmd_description__", "suggested_key": { "default": "Alt+Shift+A" } } }, "content_scripts": [ { "all_frames": true, "css": [ "PHT\/qtip\/jquery.qtip.min.css", "PHT\/qtip\/jquery.qtip.styles.css", "PHT\/style.css" ], "js": [ "PHT\/jquery\/jquery.min.js", "PHT\/jquery\/jquery-ui.min.js", "PHT\/qtip\/jquery.qtip.min.js", "PHT\/content.js" ], "match_origin_as_fallback": true, "matches": [ " |